20NINE

The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…

20NINE क्या है?

20NINE https://20-nine.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…"।

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

screenshot

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

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

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

                        The 20NINE Lead clipper makes it possible to import data from LinkedIn. 

You can also use the plugin to enrich your existing leads, contacts and companies, already in our system.

Choose Add as contact: system import both the contact and the company to our system.

Choose Add to pipeline: 
- system import the contact and company. 
- system create a lead (unqualified deal). 
- system schedule a task to qualify your new deal.

Worried about getting duplicates? Don't be. we have duplicate control framework makes sure to reduce your duplicates to a bare minimum.                    

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

नाम 20NINE 20NINE
ID fikoabpflobfkghjpokjbbilajcbdpmc
आधिकारिक URL https://chromewebstore.google.com/detail/20nine/fikoabpflobfkghjpokjbbilajcbdpmc
विवरण The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…
फ़ाइल का आकार 731 KB
स्थापना संख्या 778
वर्तमान संस्करण 4.11.88
अंतिम अपडेट 2023-11-21
प्रकाशन तिथि 2020-04-24
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://20-nine.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://20-nine.com/linkedin/
सहायता पृष्ठ URL https://20nine.freshdesk.com/support/home
गोपनीयता नीति पृष्ठ URL https://20-nine.com/terms-of-use
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20NINE",
    "version": "4.11.88",
    "icons": {
        "16": "assets\/img\/blue_logo.png",
        "48": "assets\/img\/blue_logo.png",
        "128": "assets\/img\/blue_logo.png"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        "https:\/\/www.linkedin.com\/*",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery-1.11.1.min.js",
            "assets\/js\/popup.js",
            "assets\/js\/background.js",
            "assets\/js\/localization.js",
            "assets\/js\/siema.min.js"
        ]
    },
    "browser_action": {
        "default_title": "20NINE",
        "default_icon": "assets\/img\/blue_logo.png",
        "default_popup": "assets\/html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery-1.11.1.min.js",
                "assets\/js\/content_script.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "assets\/img\/*.*",
        "assets\/css\/*.*",
        "assets\/html\/modal.html"
    ]
}