GloNavi Anchor for kintone

This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.

Qu'est-ce que GloNavi Anchor for kintone ?

GloNavi Anchor for kintone est une extension Chrome développée par kyomesuke, et sa fonction principale est "This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GloNavi Anchor for kintone

Téléchargez les fichiers d'extension GloNavi Anchor for kintone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GloNavi Anchor for kintone GloNavi Anchor for kintone
ID gjniipeclimojedklghnfjfioklgfllc
URL Officiel 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.
Taille du Fichier 31.86 KB
Nombre d'Installations 175
Version Actuelle 1.5.1
Dernière Mise à Jour 2024-01-18
Date de Publication 2021-06-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur kyomesuke
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Kyome22/GloNavi-Anchor-for-kintone
Langues Prises en Charge 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"
    }
}