Leadstash

Capture and store contact details from anywhere on the web.

Leadstash क्या है?

Leadstash https://leadstash.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture and store contact details from anywhere on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Leadstash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Leadstash Leadstash
ID hlkajleaiohecgalhjkffcnpgpncjgja
आधिकारिक URL https://chromewebstore.google.com/detail/leadstash/hlkajleaiohecgalhjkffcnpgpncjgja
विवरण Capture and store contact details from anywhere on the web.
फ़ाइल का आकार 303 KB
स्थापना संख्या 160
वर्तमान संस्करण 0.0.1.1
अंतिम अपडेट 2017-05-17
प्रकाशन तिथि 2017-05-17
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://leadstash.co
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://leadstash.co
समर्थित भाषाएँ 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'"
}