GloNavi Anchor for kintone

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

Cos'è GloNavi Anchor for kintone?

GloNavi Anchor for kintone è un'estensione di Chrome sviluppata da kyomesuke, e la sua funzione principale è "This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GloNavi Anchor for kintone

Scarica i file di estensione GloNavi Anchor for kintone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GloNavi Anchor for kintone GloNavi Anchor for kintone
ID gjniipeclimojedklghnfjfioklgfllc
URL Ufficiale https://chromewebstore.google.com/detail/glonavi-anchor-for-kinton/gjniipeclimojedklghnfjfioklgfllc
Descrizione This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.
Dimensione del File 31.86 KB
Conteggio Installazioni 175
Versione Corrente 1.5.1
Ultimo Aggiornamento 2024-01-18
Data di Pubblicazione 2021-06-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore kyomesuke
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Kyome22/GloNavi-Anchor-for-kintone
Lingue Supportate 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"
    }
}