GloNavi Anchor for kintone
This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.
Was ist GloNavi Anchor for kintone?
GloNavi Anchor for kintone ist eine Chrome-Erweiterung, die von kyomesuke entwickelt wurde, und ihr Hauptmerkmal ist "This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.".
Erweiterungsscreenshots
GloNavi Anchor for kintone-Erweiterungs-CRX-Datei herunterladen
Laden Sie GloNavi Anchor for kintone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | GloNavi Anchor for kintone |
ID | gjniipeclimojedklghnfjfioklgfllc |
Offizielle URL | https://chromewebstore.google.com/detail/glonavi-anchor-for-kinton/gjniipeclimojedklghnfjfioklgfllc |
Beschreibung | This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation. |
Dateigröße | 31.86 KB |
Installationsanzahl | 175 |
Aktuelle Version | 1.5.1 |
Letztes Update | 2024-01-18 |
Veröffentlichungsdatum | 2021-06-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | kyomesuke |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Kyome22/GloNavi-Anchor-for-kintone |
Unterstützte Sprachen | 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" } } |