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 |
官方URL | 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\/*" ] } } |