Secret Lookup 2

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

Vad är Secret Lookup 2?

Secret Lookup 2 är en Chrome-tillägg utvecklad av https://www.secretlookup.com, och dess huvudfunktion är "Lookup any unknown phone number within a comfort of your browser tab.".

Tilläggsskärmbilder

screenshot

Ladda ner Secret Lookup 2-förlängningens CRX-fil

Ladda ner Secret Lookup 2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Secret Lookup 2 Secret Lookup 2
ID jnbgmlpbdjkchkcmnjpfjphmhpmbampg
Officiell webbadress https://chromewebstore.google.com/detail/secret-lookup-2/jnbgmlpbdjkchkcmnjpfjphmhpmbampg
Beskrivning Lookup any unknown phone number within a comfort of your browser tab.
Filstorlek 106 KB
Antal Installationer 781
Aktuell Version 1.74
Senast Uppdaterad 2016-05-26
Publiceringsdatum 2016-05-26
Utvecklare https://www.secretlookup.com
Betalningssätt free
URL till Sekretesspolicy Sidan http://www.searchfence.com/About/Privacy
Stödda Språk 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
}