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 |
官方網址 | 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 |
電子郵箱 | [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:\/\/*\/*" ] } ] } |