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 |
电子邮箱 | [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:\/\/*\/*" ] } ] } |