GloNavi Anchor for kintone
This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.
What is GloNavi Anchor for kintone?
GloNavi Anchor for kintone is a Chrome extension developed by kyomesuke, and its main feature is "This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.".
Extension Screenshots
Download GloNavi Anchor for kintone Extension CRX File
Download GloNavi Anchor for kintone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GloNavi Anchor for kintone |
ID | gjniipeclimojedklghnfjfioklgfllc |
Official URL | https://chromewebstore.google.com/detail/glonavi-anchor-for-kinton/gjniipeclimojedklghnfjfioklgfllc |
Description | This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation. |
File Size | 31.86 KB |
Installation Count | 175 |
Current Version | 1.5.1 |
Last Updated | 2024-01-18 |
Publish Date | 2021-06-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | kyomesuke |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Kyome22/GloNavi-Anchor-for-kintone |
Supported Languages | 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" } } |