SB Hacks Contact Finder

Find contacs with ease

Was ist SB Hacks Contact Finder?

SB Hacks Contact Finder ist eine Chrome-Erweiterung, die von http://chan4est.com entwickelt wurde, und ihr Hauptmerkmal ist "Find contacs with ease".

Erweiterungsscreenshots

screenshot

SB Hacks Contact Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie SB Hacks Contact Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This simple dropdown extension will allow you to easily pop in your potential contact's information in the hopes that you can find a valid email.                    

Grundlegende Informationen zur Erweiterung

Name SB Hacks Contact Finder SB Hacks Contact Finder
ID feofcnpnghfccbpgiaejheefpiohmdga
Offizielle URL https://chrome.google.com/webstore/detail/sb-hacks-contact-finder/feofcnpnghfccbpgiaejheefpiohmdga
Beschreibung Find contacs with ease
Dateigröße 943 KB
Installationsanzahl 13
Aktuelle Version 1.0.1
Letztes Update 2018-05-04
Veröffentlichungsdatum 2018-05-04
Entwickler http://chan4est.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SB Hacks Contact Finder",
    "version": "1.0.1",
    "description": "Find contacs with ease",
    "options_page": "about.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "sponsors.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}