Findcustomer

Your best companion when prospecting with Findcustomer.

Hvad er Findcustomer?

Findcustomer er en Chrome-udvidelse udviklet af https://findcustomer.io, og dens hovedfunktion er "Your best companion when prospecting with Findcustomer.".

Udvidelsesskærmbilleder

screenshot

Download Findcustomer-udvidelses-CRX-fil

Download Findcustomer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Findcustomer.io is a digital prospecting service to help you identify your prospects, verify their contact details, and create contact sequences that convert
- Create powerful contact lists from multiple sources
- Create and automate Linkedin sequences and emails that convert

This extension provides some helps using Findcustomer, like automatically retrieve the session cookies of services you need into Findcustomer.                    

Grundlæggende oplysninger om udvidelsen

Navn Findcustomer Findcustomer
ID jakhcoeodnblkcpbeoikikibfclknnlc
Officiel URL https://chromewebstore.google.com/detail/findcustomer/jakhcoeodnblkcpbeoikikibfclknnlc
Beskrivelse Your best companion when prospecting with Findcustomer.
Filstørrelse 173 KB
Antal Installationer 457
Nuværende Version 0.2.5
Senest Opdateret 2021-10-20
Udgivelsesdato 2021-01-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://findcustomer.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.findcustomer.io
Hjælpeside-URL https://www.findcustomer.io/contact
URL til Fortrolighedspolitik Side https://www.findcustomer.io/mentions-legales
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Findcustomer",
    "version": "0.2.5",
    "description": "Your best companion when prospecting with Findcustomer.",
    "icons": {
        "48": "assets\/fc-icon-48.png",
        "128": "assets\/fc-icon.png"
    },
    "homepage_url": "http:\/\/www.findcustomer.io\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/fc-icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.findcustomer.io\/*",
                "*:\/\/*.vercel.app\/*",
                "*:\/\/*.zapier.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentscript.js"
            ],
            "css": [
                "contentscript.css"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.findcustomer.io\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}