Findcustomer
Your best companion when prospecting with Findcustomer.
Qu'est-ce que Findcustomer ?
Findcustomer est une extension Chrome développée par https://findcustomer.io, et sa fonction principale est "Your best companion when prospecting with Findcustomer.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Findcustomer
Téléchargez les fichiers d'extension Findcustomer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
                        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.                     Informations de Base sur l'Extension
| Nom |   |  
| ID | jakhcoeodnblkcpbeoikikibfclknnlc | 
| URL Officiel | https://chromewebstore.google.com/detail/findcustomer/jakhcoeodnblkcpbeoikikibfclknnlc | 
| Description | Your best companion when prospecting with Findcustomer. | 
| Taille du Fichier | 173 KB | 
| Nombre d'Installations | 457 | 
| Version Actuelle | 0.2.5 | 
| Dernière Mise à Jour | 2021-10-20 | 
| Date de Publication | 2021-01-23 | 
| Évaluation | 5.00/5 Total 1 Évaluations | 
| Développeur | https://findcustomer.io | 
| [email protected] | |
| Type de Paiement | free | 
| Site Web de l'Extension | https://www.findcustomer.io | 
| URL de la Page d'Aide | https://www.findcustomer.io/contact | 
| URL de la Page de Politique de Confidentialité | https://www.findcustomer.io/mentions-legales | 
| Langues Prises en Charge | 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\/*"
    ]
}  |  |