Coolsales.io
Coolsales.io automates your sales pipelines
What is Coolsales.io?
Coolsales.io is a Chrome extension developed by https://coolsales.io, and its main feature is "Coolsales.io automates your sales pipelines".
Extension Screenshots
Download Coolsales.io Extension CRX File
Download Coolsales.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easier automations with Coolsales by automatically retrieving session cookies.
Extension Basic Information
Name | Coolsales.io |
ID | iibkldildillmodahjigghaimfbmikkk |
Official URL | https://chromewebstore.google.com/detail/coolsalesio/iibkldildillmodahjigghaimfbmikkk |
Description | Coolsales.io automates your sales pipelines |
File Size | 26.39 KB |
Installation Count | 40 |
Current Version | 1.3 |
Last Updated | 2021-10-28 |
Publish Date | 2021-08-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://coolsales.io |
[email protected] | |
Payment Type | free |
Extension Website | https://coolsales.io |
Privacy Policy Page URL | https://coolsales.io/legal/privacy-policy |
Supported Languages | 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\/*" ] } } |