GloNavi Anchor for kintone
This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.
Wat is GloNavi Anchor for kintone?
GloNavi Anchor for kintone is een Chrome-extensie ontwikkeld door kyomesuke, en de belangrijkste functie is "This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.".
Extensie Screenshots
Download het CRX-bestand van de extensie GloNavi Anchor for kintone
Download GloNavi Anchor for kintone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GloNavi Anchor for kintone |
ID | gjniipeclimojedklghnfjfioklgfllc |
Officiële URL | https://chromewebstore.google.com/detail/glonavi-anchor-for-kinton/gjniipeclimojedklghnfjfioklgfllc |
Beschrijving | This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation. |
Bestandsgrootte | 31.86 KB |
Aantal Installaties | 175 |
Huidige Versie | 1.5.1 |
Laatst Bijgewerkt | 2024-01-18 |
Publicatiedatum | 2021-06-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kyomesuke |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Kyome22/GloNavi-Anchor-for-kintone |
Ondersteunde Talen | 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" } } |