Secret Lookup 2

Lookup any unknown phone number within a comfort of your browser tab.

Co je Secret Lookup 2?

Secret Lookup 2 je rozšíření Chrome vyvinuté https://www.secretlookup.com, a jeho hlavní funkcí je „Lookup any unknown phone number within a comfort of your browser tab.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Secret Lookup 2

Stáhněte si soubory rozšíření Secret Lookup 2 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Access the best way to look up phone numbers, people and more.

Access the best way to look up phone numbers, people and more – FREE from your PC.

Click "Add to Chrome" to install SecretLookup™. Free Download. 
Lookup phone numbers, cell numbers, area codes and more for FREE with SecretLookup™.

With SecretLookup™, you can... 
• Reverse lookup cell phone numbers.
• Search addresses, zip codes, area codes and more.
• It's FREE! 
So, join our loyal users. Try SecretLookup™ today.
The SecretLookup™ extension offers convenient web search, homepage and default search.

Please read carefully: By clicking the “Add to Chrome” button in the top right hand corner and installing the SecretLookup™ extension, you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy and to receiving any future updates and upgrades. The application communicates with our servers to deliver its functionality and record usage metrics. You can uninstall the program at any time.
 
End User License Agreement: http://www.secretlookup.com/eula/
 
Privacy Policy: http://www.secretlookup.com/privacy
 
To remove our extension from Google Chrome:
 
1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings".
3) In the menu that appears click on "Extensions".
4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall.
5) Click on the trash can icon to the right of "Enable" (for the toolbar extension you wish to uninstall).
6) Close your browser completely and reopen it. Our toolbar extension should be removed from your Chrome browser.
 
If you are still seeing SecretLookup after uninstalling our extension, it is likely that your browser's homepage has not yet been reset back to its previous setting.                    

Základní Informace o Rozšíření

Název Secret Lookup 2 Secret Lookup 2
ID jnbgmlpbdjkchkcmnjpfjphmhpmbampg
Oficiální URL https://chromewebstore.google.com/detail/secret-lookup-2/jnbgmlpbdjkchkcmnjpfjphmhpmbampg
Popis Lookup any unknown phone number within a comfort of your browser tab.
Velikost souboru 106 KB
Počet instalací 781
Aktuální Verze 1.74
Poslední Aktualizace 2016-05-26
Datum Vydání 2016-05-26
Vývojář https://www.secretlookup.com
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.searchfence.com/About/Privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secret Lookup 2",
    "description": "Lookup any unknown phone number within a comfort of your browser tab.",
    "version": "1.74",
    "author": "Secret Lookup",
    "browser_action": {
        "default_icon": {
            "19": "19x19.png",
            "38": "38x38.png"
        }
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "management",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/www.secretlookup.com\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.htm"
    },
    "manifest_version": 2
}