Coolsales.io
Coolsales.io automates your sales pipelines
Was ist Coolsales.io?
Coolsales.io ist eine Chrome-Erweiterung, die von https://coolsales.io entwickelt wurde, und ihr Hauptmerkmal ist "Coolsales.io automates your sales pipelines".
Erweiterungsscreenshots
Coolsales.io-Erweiterungs-CRX-Datei herunterladen
Laden Sie Coolsales.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easier automations with Coolsales by automatically retrieving session cookies.
Grundlegende Informationen zur Erweiterung
Name | Coolsales.io |
ID | iibkldildillmodahjigghaimfbmikkk |
Offizielle URL | https://chromewebstore.google.com/detail/coolsalesio/iibkldildillmodahjigghaimfbmikkk |
Beschreibung | Coolsales.io automates your sales pipelines |
Dateigröße | 26.39 KB |
Installationsanzahl | 40 |
Aktuelle Version | 1.3 |
Letztes Update | 2021-10-28 |
Veröffentlichungsdatum | 2021-08-10 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://coolsales.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://coolsales.io |
URL der Datenschutzrichtlinien-Seite | https://coolsales.io/legal/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } } |