Coolsales.io
Coolsales.io automates your sales pipelines
Vad är Coolsales.io?
Coolsales.io är en Chrome-tillägg utvecklad av https://coolsales.io, och dess huvudfunktion är "Coolsales.io automates your sales pipelines".
Tilläggsskärmbilder
Ladda ner Coolsales.io-förlängningens CRX-fil
Ladda ner Coolsales.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Easier automations with Coolsales by automatically retrieving session cookies.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | iibkldildillmodahjigghaimfbmikkk | 
| Officiell webbadress | https://chromewebstore.google.com/detail/coolsalesio/iibkldildillmodahjigghaimfbmikkk | 
| Beskrivning | Coolsales.io automates your sales pipelines | 
| Filstorlek | 26.39 KB | 
| Antal Installationer | 40 | 
| Aktuell Version | 1.3 | 
| Senast Uppdaterad | 2021-10-28 | 
| Publiceringsdatum | 2021-08-10 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | https://coolsales.io | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://coolsales.io | 
| URL till Sekretesspolicy Sidan | https://coolsales.io/legal/privacy-policy | 
| Stödda Språk | 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\/*"
        ]
    }
}  |  |