first commit

This commit is contained in:
hsueh chiahao
2025-10-09 22:40:00 +08:00
commit dfedbf2ef6
9 changed files with 6388 additions and 0 deletions

14
manifest.json Normal file
View File

@@ -0,0 +1,14 @@
{
"manifest_version": 3,
"name": "Kintone Helper Extension",
"version": "1.0",
"description": "A Chrome extension to enhance Kintone",
"permissions": [
"activeTab",
"scripting"
],
"action": {},
"background": {
"service_worker": "background.js"
}
}