improver

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

Qu'est-ce que improver ?

improver est une extension Chrome développée par https://improver.io, et sa fonction principale est "Improver — find personal emails from social networks. With just one click you'll reveal personal contacts of almost anyone you…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        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.                    

Informations de Base sur l'Extension

Nom improver improver
ID gnnlkejcihagecnbgfjcghecbaemeaho
URL Officiel https://chromewebstore.google.com/detail/improver/gnnlkejcihagecnbgfjcghecbaemeaho
Description Improver — find personal emails from social networks. With just one click you'll reveal personal contacts of almost anyone you…
Taille du Fichier 99.37 KB
Nombre d'Installations 11,983
Version Actuelle 5.0
Dernière Mise à Jour 2022-07-18
Date de Publication 2020-01-28
Évaluation 4.43/5 Total 35 Évaluations
Développeur https://improver.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://improver.io/
URL de la Page de Politique de Confidentialité https://improver.io/privacypolicy
Langues Prises en Charge 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"
            ]
        }
    ]
}