GloNavi Anchor for kintone

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

GloNavi Anchor for kintoneとは何ですか?

GloNavi Anchor for kintoneはkyomesukeによって開発されたChromeの拡張機能で、その主な機能は「This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

GloNavi Anchor for kintone拡張機能のCRXファイルをダウンロード

GloNavi Anchor for kintone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 GloNavi Anchor for kintone GloNavi Anchor for kintone
ID gjniipeclimojedklghnfjfioklgfllc
公式URL https://chromewebstore.google.com/detail/glonavi-anchor-for-kinton/gjniipeclimojedklghnfjfioklgfllc
説明 This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.
ファイルサイズ 31.86 KB
インストール数 175
現在のバージョン 1.5.1
最終更新日 2024-01-18
公開日 2021-06-04
評価 5.00/5 合計 2 レビュー
開発者 kyomesuke
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Kyome22/GloNavi-Anchor-for-kintone
対応言語 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"
    }
}