20NINE

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

Cos'è 20NINE?

20NINE è un'estensione di Chrome sviluppata da https://20-nine.com, e la sua funzione principale è "The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 20NINE

Scarica i file di estensione 20NINE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome 20NINE 20NINE
ID fikoabpflobfkghjpokjbbilajcbdpmc
URL Ufficiale https://chromewebstore.google.com/detail/20nine/fikoabpflobfkghjpokjbbilajcbdpmc
Descrizione The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…
Dimensione del File 731 KB
Conteggio Installazioni 778
Versione Corrente 4.11.88
Ultimo Aggiornamento 2023-11-21
Data di Pubblicazione 2020-04-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://20-nine.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://20-nine.com/linkedin/
URL della Pagina di Aiuto https://20nine.freshdesk.com/support/home
URL della Pagina della Politica sulla Privacy https://20-nine.com/terms-of-use
Lingue Supportate 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"
    ]
}