Secret Lookup 2

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

Secret Lookup 2란 무엇입니까?

Secret Lookup 2은(는) https://www.secretlookup.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lookup any unknown phone number within a comfort of your browser tab."입니다.

확장 프로그램 스크린샷

screenshot

Secret Lookup 2 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Secret Lookup 2 Secret Lookup 2
ID jnbgmlpbdjkchkcmnjpfjphmhpmbampg
공식 URL https://chromewebstore.google.com/detail/secret-lookup-2/jnbgmlpbdjkchkcmnjpfjphmhpmbampg
설명 Lookup any unknown phone number within a comfort of your browser tab.
파일 크기 106 KB
설치 횟수 781
현재 버전 1.74
최근 업데이트 2016-05-26
출시 날짜 2016-05-26
개발자 https://www.secretlookup.com
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.searchfence.com/About/Privacy
지원되는 언어 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
}