Merch Informer Book Hunter

Merch Informer Book Hunter

Merch Informer Book Hunter란 무엇입니까?

Merch Informer Book Hunter은(는) https://merchinformer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merch Informer Book Hunter"입니다.

확장 프로그램 스크린샷

screenshot

Merch Informer Book Hunter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When it comes to Merch by Amazon research, there is only one logical choice, Merch Informer!

Merch Informer is pleased to announce the Merch Informer Book Hunter. With this new extension you can take your research OFF of Amazon and ON to the most popular social space in the world.

With the single click of a button you can search posts from fourteen different marketplaces and 12 different search variations.

These posts will be popular posts from influencers, ads, and more!

You will have access to the Image, Text, likes, shares and comments. Not only that, but the amount of likes, comments and shares are sortable so you can make sure you are ONLY looking where there is customer demand.

All of this can easily be downloaded into a CSV file for your convenience!

Merch Informer has you covered for every step of the Merch by Amazon process!                    

확장 프로그램 기본 정보

이름 Merch Informer Book Hunter Merch Informer Book Hunter
ID nhaniflhedjjeomiajkheofdaeeabfgg
공식 URL https://chromewebstore.google.com/detail/merch-informer-book-hunte/nhaniflhedjjeomiajkheofdaeeabfgg
설명 Merch Informer Book Hunter
파일 크기 163 KB
설치 횟수 1,860
현재 버전 2.0.2
최근 업데이트 2019-08-13
출시 날짜 2019-08-13
평점 2.78/5 총 9 개의 평점
개발자 https://merchinformer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://merchinformer.com/
개인정보 보호 정책 페이지 URL https://merchinformer.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Informer Book Hunter",
    "description": "Merch Informer Book Hunter",
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Merch Informer Book Hunter"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*"
            ],
            "js": [
                "vendor\/jquery.js",
                "vendor\/jquery-ui.js",
                "scripts\/content.min.js"
            ],
            "css": [
                "styles\/content.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/loader.svg",
        "images\/cross.svg",
        "images\/logo.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/members.merchinformer.com\/",
        "https:\/\/api.markinformer.com\/"
    ],
    "version": "2.0.2"
}