improver

Improver — find personal emails from social networks. With just one click you'll reveal personal contacts of almost anyone you…

Cos'è improver?

improver è un'estensione di Chrome sviluppata da https://improver.io, e la sua funzione principale è "Improver — find personal emails from social networks. With just one click you'll reveal personal contacts of almost anyone you…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione improver

Scarica i file di estensione improver 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

                        Improver — find personal emails from social networks.

With just one click you'll reveal personal contacts of almost anyone you need. Our data is double-verified and continuously updated. 

Improver provides a free option: you'll get 3 FREE credits every month 🔥

Please note
In order to use this extension you need to create an Improver account with your corporate email.                    

Informazioni di Base sull'Estensione

Nome improver improver
ID gnnlkejcihagecnbgfjcghecbaemeaho
URL Ufficiale https://chromewebstore.google.com/detail/improver/gnnlkejcihagecnbgfjcghecbaemeaho
Descrizione Improver — find personal emails from social networks. With just one click you'll reveal personal contacts of almost anyone you…
Dimensione del File 99.37 KB
Conteggio Installazioni 11,983
Versione Corrente 5.0
Ultimo Aggiornamento 2022-07-18
Data di Pubblicazione 2020-01-28
Valutazione 4.43/5 Totale 35 Valutazioni
Sviluppatore https://improver.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://improver.io/
URL della Pagina della Politica sulla Privacy https://improver.io/privacypolicy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "improver",
    "version": "5.0",
    "description": "__MSG_app_description__",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.improver.io\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "default_locale": "en",
    "action": {
        "default_title": "improver",
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        }
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "\/js\/functions.js",
                "\/js\/template.js",
                "\/js\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.improver.io\/*"
            ],
            "js": [
                "\/js\/token.js"
            ]
        }
    ]
}