Coolsales.io

Coolsales.io automates your sales pipelines

Coolsales.ioคืออะไร?

Coolsales.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coolsales.io และคุณลักษณะหลักของมันคือ "Coolsales.io automates your sales pipelines"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coolsales.io

ดาวน์โหลดไฟล์ส่วนขยาย Coolsales.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easier automations with Coolsales by automatically retrieving session cookies.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Coolsales.io 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\/*"
        ]
    }
}