GloNavi Anchor for kintone

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

O que é GloNavi Anchor for kintone?

GloNavi Anchor for kintone é uma extensão do Chrome desenvolvida por kyomesuke, e sua principal característica é "This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GloNavi Anchor for kintone

Baixe arquivos de extensão GloNavi Anchor for kintone no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GloNavi Anchor for kintone GloNavi Anchor for kintone
ID gjniipeclimojedklghnfjfioklgfllc
URL Oficial https://chromewebstore.google.com/detail/glonavi-anchor-for-kinton/gjniipeclimojedklghnfjfioklgfllc
Descrição This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.
Tamanho do Arquivo 31.86 KB
Contagem de Instalações 175
Versão Atual 1.5.1
Última Atualização 2024-01-18
Data de Publicação 2021-06-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor kyomesuke
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Kyome22/GloNavi-Anchor-for-kintone
Idiomas Suportados 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"
    }
}