Secret Lookup 2

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

Secret Lookup 2 là gì?

Secret Lookup 2 là một tiện ích mở rộng Chrome được phát triển bởi https://www.secretlookup.com, và tính năng chính của nó là "Lookup any unknown phone number within a comfort of your browser tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Secret Lookup 2

Tải xuống các tệp mở rộng Secret Lookup 2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Secret Lookup 2 Secret Lookup 2
ID jnbgmlpbdjkchkcmnjpfjphmhpmbampg
URL Chính Thức https://chromewebstore.google.com/detail/secret-lookup-2/jnbgmlpbdjkchkcmnjpfjphmhpmbampg
Mô tả Lookup any unknown phone number within a comfort of your browser tab.
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 781
Phiên Bản Hiện Tại 1.74
Cập Nhật Lần Cuối 2016-05-26
Ngày Phát Hành 2016-05-26
Nhà Phát Triển https://www.secretlookup.com
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.searchfence.com/About/Privacy
Ngôn Ngữ Được Hỗ Trợ 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
}