Crono
Crono helps synchronize your CRM.
Crono là gì?
Crono là một tiện ích mở rộng Chrome được phát triển bởi https://crono.one, và tính năng chính của nó là "Crono helps synchronize your CRM.".
Ả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 Crono
Tải xuống các tệp mở rộng Crono 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
Crono's extension helps you be more productive on your daily tools. It brings you all the features you need to work on the web. You can easily access all your CRM data and quickly identify new leads to work on. Now you can work everywhere as you would in Crono.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crono |
ID | phnpbbhhpgcinodkajklaiedjdppdakj |
URL Chính Thức | https://chromewebstore.google.com/detail/crono/phnpbbhhpgcinodkajklaiedjdppdakj |
Mô tả | Crono helps synchronize your CRM. |
Kích Thước Tệp | 4.05 MB |
Số Lần Cài Đặt | 504 |
Phiên Bản Hiện Tại | 2.8.10 |
Cập Nhật Lần Cuối | 2024-03-02 |
Ngày Phát Hành | 2022-09-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://crono.one |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://crono.one |
URL Trang Trợ Giúp | https://crono.one |
URL Trang Chính Sách Bảo Mật | https://www.crono.one/terms |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crono", "description": "Crono helps synchronize your CRM.", "version": "2.8.10", "manifest_version": 3, "background": { "service_worker": "background\/bundle.js" }, "permissions": [ "cookies", "storage", "activeTab", "tabs" ], "web_accessible_resources": [ { "resources": [ "content-script\/imgs\/*", "fonts\/*" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ] } ], "content_scripts": [ { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.hubspot.com\/*" ], "js": [ "content-script\/bundle.js" ] }, { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/www.linkedin.com\/*" ], "world": "MAIN", "js": [ "linkedin-main-world\/bundle.js" ] }, { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ], "js": [ "content-script-main-world-connector\/bundle.js" ] }, { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ], "world": "MAIN", "js": [ "content-script\/bundle.js" ] } ], "action": { "default_popup": "popup\/index.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "host_permissions": [ "https:\/\/*.crono.one\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/app.crono.one\/*" ] } } |