Contact Extractor

Extract contacts from web pages.

What is Contact Extractor?

Contact Extractor is a Chrome extension developed by https://apppacket.com, and its main feature is "Extract contacts from web pages.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Contact Extractor Extension CRX File

Download Contact Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Contact Extractor Contact Extractor
ID edocmdlkemadoglpjlggddjjfdpiadlb
Official URL https://chromewebstore.google.com/detail/contact-extractor/edocmdlkemadoglpjlggddjjfdpiadlb
Description Extract contacts from web pages.
File Size 212 KB
Installation Count 1,073
Current Version 1.0.2
Last Updated 2023-07-01
Publish Date 2022-03-29
Rating 3.00/5 Total 2 Ratings
Developer https://apppacket.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}