Interest Sniper

Snip all FB interests.

Interest Sniper란 무엇입니까?

Interest Sniper은(는) InterestSniper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Snip all FB interests."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Interest Sniper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Interest Sniper on Chrome
================================

Introducing a new powerful Facebook tools that’ll help you find untapped Hidden Interest on Facebook.

Retrieve untapped high converting interest as easy as 1,2,3….


Find Hidden Interest in your niche
-------------------------------------------------

Facebook has become an important tool for marketers, with the growing demand it becomes hard to reach targeted audience. Interest Sniper helps you find hundreds of untapped highly targeted interest as easy as 1,2,3.

Organization
----------------------


We help you organize those new hundreds of highly converting untapped interest that you will discover. Download a report so you can make the best-informed decision.

Expand your niche
------------------------------

Think you know everything about your niche or market? Think again! Find Interest you never knew existed for your niche!

Watch the Cash Flow In
------------------------------------

We put the tool that’s usually only available to top marketers in your hands. Now watch the cash flow in when you find your hidden interest. This will help you see your conversion rate double even if you’re selling physical products, t-shirts or anything!                    

확장 프로그램 기본 정보

이름 Interest Sniper Interest Sniper
ID gkpehcmaheemnkhpaldopgdbdgkfijpb
공식 URL https://chromewebstore.google.com/detail/interest-sniper/gkpehcmaheemnkhpaldopgdbdgkfijpb
설명 Snip all FB interests.
파일 크기 118 KB
설치 횟수 348
현재 버전 1.0.9
최근 업데이트 2015-10-23
출시 날짜 2015-10-23
평점 2.33/5 총 6 개의 평점
개발자 InterestSniper
결제 유형 in_app
확장 프로그램 웹 사이트 http://www.interestsniper.net/
도움말 페이지 URL http://www.interestsniper.net/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Interest Sniper",
    "short_name": "Interest Sniper",
    "description": "Snip all FB interests.",
    "version": "1.0.9",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Interest Sniper",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon1.png",
        "128": "icon1.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [],
            "js": [
                "js\/jquery.js",
                "js\/Sniper.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}