Secret Lookup 2

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

Apa itu Secret Lookup 2?

Secret Lookup 2 adalah ekstensi Chrome yang dikembangkan oleh https://www.secretlookup.com, dan fitur utamanya adalah "Lookup any unknown phone number within a comfort of your browser tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Secret Lookup 2

Unduh file ekstensi Secret Lookup 2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Secret Lookup 2 Secret Lookup 2
ID jnbgmlpbdjkchkcmnjpfjphmhpmbampg
URL Resmi https://chromewebstore.google.com/detail/secret-lookup-2/jnbgmlpbdjkchkcmnjpfjphmhpmbampg
Deskripsi Lookup any unknown phone number within a comfort of your browser tab.
Ukuran File 106 KB
Jumlah Instalasi 781
Versi Saat Ini 1.74
Terakhir Diperbarui 2016-05-26
Tanggal Publikasi 2016-05-26
Pengembang https://www.secretlookup.com
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.searchfence.com/About/Privacy
Bahasa yang Didukung 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
}