Leadstash

Capture and store contact details from anywhere on the web.

Qu'est-ce que Leadstash ?

Leadstash est une extension Chrome développée par https://leadstash.co, et sa fonction principale est "Capture and store contact details from anywhere on the web.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Leadstash

Téléchargez les fichiers d'extension Leadstash 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

                        LeadStash allows you to automatically detect emails in all pages as well as contact details from some pages and then automatically extract them.
You can then save them inside the extension and either use it as a basic CRM or extract them to a CSV so you can import them anywhere. 

Key Features: 

- Select key information on the page and hit the copy button to add it to the contacts details. 
- Collect one contact over multiple pages.
- Store all of your acquired contact details until you are ready to download them. 
- Extracts hidden emails, if they are in the source code LeadStash will find them. 
- You can use one account across multiple computers, all of your data will be synced between them. 

This plugin is ideal for saving details of either potential candidates (in recruitment) or potential clients or quite frankly any reason you have to automatically find emails in a page.                    

Informations de Base sur l'Extension

Nom Leadstash Leadstash
ID hlkajleaiohecgalhjkffcnpgpncjgja
URL Officiel https://chromewebstore.google.com/detail/leadstash/hlkajleaiohecgalhjkffcnpgpncjgja
Description Capture and store contact details from anywhere on the web.
Taille du Fichier 303 KB
Nombre d'Installations 160
Version Actuelle 0.0.1.1
Dernière Mise à Jour 2017-05-17
Date de Publication 2017-05-17
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://leadstash.co
Type de Paiement free
Site Web de l'Extension https://leadstash.co
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leadstash",
    "version": "0.0.1.1",
    "description": "Capture and store contact details from anywhere on the web.",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "https:\/\/www.google-analytics.com\/"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "web_accessible_resources": [
        "collector.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com https:\/\/www.gstatic.com\/accountchooser\/client.js; object-src 'self'"
}