Coolsales.io
Coolsales.io automates your sales pipelines
什麼是Coolsales.io?
Coolsales.io是由https://coolsales.io開發的Chrome擴展程式,該擴展的主要功能是“Coolsales.io automates your sales pipelines”。
擴展截圖
下載Coolsales.io擴展crx文件
下載Coolsales.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easier automations with Coolsales by automatically retrieving session cookies.
擴展基本資訊
名稱 | Coolsales.io |
ID | iibkldildillmodahjigghaimfbmikkk |
官方網址 | https://chromewebstore.google.com/detail/coolsalesio/iibkldildillmodahjigghaimfbmikkk |
簡介 | Coolsales.io automates your sales pipelines |
檔案大小 | 26.39 KB |
安裝次數 | 40 |
目前版本 | 1.3 |
更新時間 | 2021-10-28 |
上架時間 | 2021-08-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://coolsales.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://coolsales.io |
隱私政策頁面URL | https://coolsales.io/legal/privacy-policy |
支援的語言 | 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\/*" ] } } |