GloNavi Anchor for kintone
This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.
ما هو GloNavi Anchor for kintone؟
GloNavi Anchor for kintone هو إضافة Chrome تم تطويرها بواسطة kyomesuke، والميزة الرئيسية لها هي "This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GloNavi Anchor for kintone
قم بتنزيل ملفات الامتداد GloNavi Anchor for kintone بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
By registering frequently used links, you can easily access those pages. The buttons can be customized with your favorite Emojis or images to make them easy to remember. This extension is my own personal work and does not have any relationship with Cybozu, Inc. or any other organization which I belong to.
معلومات أساسية عن التمديد
الاسم | GloNavi Anchor for kintone |
ID | gjniipeclimojedklghnfjfioklgfllc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/glonavi-anchor-for-kinton/gjniipeclimojedklghnfjfioklgfllc |
الوصف | This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation. |
حجم الملف | 31.86 KB |
عدد التثبيتات | 175 |
النسخة الحالية | 1.5.1 |
آخر تحديث | 2024-01-18 |
تاريخ النشر | 2021-06-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | kyomesuke |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Kyome22/GloNavi-Anchor-for-kintone |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GloNavi Anchor for kintone", "version": "1.5.1", "homepage_url": "https:\/\/github.com\/Kyome22\/kintone-GloNavi-Anchor", "description": "__MSG_description__", "default_locale": "en", "options_page": "option.html", "permissions": [ "storage", "unlimitedStorage" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "matches": [ "https:\/\/*.cybozu.com\/k\/*", "https:\/\/*.cybozu-dev.com\/k\/*", "https:\/\/*.kintone.com\/k\/*", "https:\/\/*.kintone-dev.com\/k\/*", "https:\/\/*.cybozu.cn\/k\/*", "https:\/\/*.cybozu-dev.cn\/k\/*" ] } ], "background": { "service_worker": "js\/background.js" } } |