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."입니다.
확장 프로그램 스크린샷
GloNavi Anchor for kintone 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |