Contact Extractor

Extract contacts from web pages.

Cos'è Contact Extractor?

Contact Extractor è un'estensione di Chrome sviluppata da https://apppacket.com, e la sua funzione principale è "Extract contacts from web pages.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Contact Extractor

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

                        Click on the extension to find and extract email, phone and social media contact information from the website.                    

Informazioni di Base sull'Estensione

Nome Contact Extractor Contact Extractor
ID edocmdlkemadoglpjlggddjjfdpiadlb
URL Ufficiale https://chromewebstore.google.com/detail/contact-extractor/edocmdlkemadoglpjlggddjjfdpiadlb
Descrizione Extract contacts from web pages.
Dimensione del File 212 KB
Conteggio Installazioni 1,073
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-07-01
Data di Pubblicazione 2022-03-29
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://apppacket.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "img\/logo.png",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "js\/common\/jquery.min.3.1.1.js",
                "js\/common\/libphone.js",
                "js\/common\/psl.min.js",
                "js\/common\/static.js",
                "js\/common\/util.js",
                "js\/page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}