SB Hacks Contact Finder

Find contacs with ease

Hvad er SB Hacks Contact Finder?

SB Hacks Contact Finder er en Chrome-udvidelse udviklet af http://chan4est.com, og dens hovedfunktion er "Find contacs with ease".

Udvidelsesskærmbilleder

screenshot

Download SB Hacks Contact Finder-udvidelses-CRX-fil

Download SB Hacks Contact Finder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SB Hacks Contact Finder SB Hacks Contact Finder
ID feofcnpnghfccbpgiaejheefpiohmdga
Officiel URL https://chrome.google.com/webstore/detail/sb-hacks-contact-finder/feofcnpnghfccbpgiaejheefpiohmdga
Beskrivelse Find contacs with ease
Filstørrelse 943 KB
Antal Installationer 13
Nuværende Version 1.0.1
Senest Opdateret 2018-05-04
Udgivelsesdato 2018-05-04
Udvikler http://chan4est.com
Betalingsmetode free
Understøttede Sprog 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
}