Kilkaya toolbar
Kilkaya toolbar display analytics numbers for the current page
Kilkaya toolbarとは何ですか?
Kilkaya toolbarはhttps://kilkaya.comによって開発されたChromeの拡張機能で、その主な機能は「Kilkaya toolbar display analytics numbers for the current page」です。
拡張機能のスクリーンショット
Kilkaya toolbar拡張機能のCRXファイルをダウンロード
Kilkaya toolbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Kilkaya Toolbar allows you to show an overlay on top of the current webpage with charts and numbers. It will only open the overlay for sites that you have access to in the Kilkaya Dashboard. The Kilkaya Toolbar only works for users who have a login to the Kilkaya Dashboard analytics platform.
拡張機能の基本情報
名前 | Kilkaya toolbar |
ID | paiilnohppponakpjeamailmlmgdbdll |
公式URL | https://chromewebstore.google.com/detail/kilkaya-toolbar/paiilnohppponakpjeamailmlmgdbdll |
説明 | Kilkaya toolbar display analytics numbers for the current page |
ファイルサイズ | 2.23 MB |
インストール数 | 2,569 |
現在のバージョン | 0.22 |
最終更新日 | 2024-01-18 |
公開日 | 2022-03-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://kilkaya.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.kilkaya.com |
プライバシーポリシーページのURL | https://www.kilkaya.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kilkaya toolbar", "description": "Kilkaya toolbar display analytics numbers for the current page", "version": "0.22", "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } }, "options_page": "options.html", "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.svg", "help.html", "js\/windowkilkaya.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |