first commit

This commit is contained in:
2025-10-17 14:39:33 +08:00
commit 28bbc3691b
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"
}
}