Kilkaya toolbar
Kilkaya toolbar display analytics numbers for the current page
Kilkaya toolbar là gì?
Kilkaya toolbar là một tiện ích mở rộng Chrome được phát triển bởi https://kilkaya.com, và tính năng chính của nó là "Kilkaya toolbar display analytics numbers for the current page".
Ả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 Kilkaya toolbar
Tải xuống các tệp mở rộng Kilkaya toolbar 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kilkaya toolbar |
ID | paiilnohppponakpjeamailmlmgdbdll |
URL Chính Thức | https://chromewebstore.google.com/detail/kilkaya-toolbar/paiilnohppponakpjeamailmlmgdbdll |
Mô tả | Kilkaya toolbar display analytics numbers for the current page |
Kích Thước Tệp | 2.23 MB |
Số Lần Cài Đặt | 2,569 |
Phiên Bản Hiện Tại | 0.22 |
Cập Nhật Lần Cuối | 2024-01-18 |
Ngày Phát Hành | 2022-03-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://kilkaya.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.kilkaya.com |
URL Trang Chính Sách Bảo Mật | https://www.kilkaya.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |