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
电子邮箱 [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"
    }
}