Coolsales.io
Coolsales.io automates your sales pipelines
Coolsales.io là gì?
Coolsales.io là một tiện ích mở rộng Chrome được phát triển bởi https://coolsales.io, và tính năng chính của nó là "Coolsales.io automates your sales pipelines".
Ả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 Coolsales.io
Tải xuống các tệp mở rộng Coolsales.io 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
Easier automations with Coolsales by automatically retrieving session cookies.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Coolsales.io |
ID | iibkldildillmodahjigghaimfbmikkk |
URL Chính Thức | https://chromewebstore.google.com/detail/coolsalesio/iibkldildillmodahjigghaimfbmikkk |
Mô tả | Coolsales.io automates your sales pipelines |
Kích Thước Tệp | 26.39 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-10-28 |
Ngày Phát Hành | 2021-08-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://coolsales.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://coolsales.io |
URL Trang Chính Sách Bảo Mật | https://coolsales.io/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coolsales.io", "description": "Coolsales.io automates your sales pipelines", "version": "1.3", "manifest_version": 3, "homepage_url": "https:\/\/coolsales.io", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "cookies", "storage", "alarms" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_title": "Get LI Cookie" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/app.coolsales.io\/*", "https:\/\/staging-api.coolsales.io\/*", "https:\/\/staging.coolsales.io\/*", "https:\/\/europe-west1-staging-api-coolsales.cloudfunctions.net\/*" ] } } |