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 là gì?
GloNavi Anchor for kintone là một tiện ích mở rộng Chrome được phát triển bởi kyomesuke, và tính năng chính của nó là "This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GloNavi Anchor for kintone
Tải xuống các tệp mở rộng GloNavi Anchor for kintone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GloNavi Anchor for kintone |
ID | gjniipeclimojedklghnfjfioklgfllc |
URL Chính Thức | https://chromewebstore.google.com/detail/glonavi-anchor-for-kinton/gjniipeclimojedklghnfjfioklgfllc |
Mô tả | This is a Chrome extension that allows you to add your own shortcut buttons to kintone's global navigation. |
Kích Thước Tệp | 31.86 KB |
Số Lần Cài Đặt | 175 |
Phiên Bản Hiện Tại | 1.5.1 |
Cập Nhật Lần Cuối | 2024-01-18 |
Ngày Phát Hành | 2021-06-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | kyomesuke |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Kyome22/GloNavi-Anchor-for-kintone |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |