Rank Huntr - Amazon Keyword Rank Tracker

Track Amazon ranks for different keywords. Get notifications if something happens.

Rank Huntr - Amazon Keyword Rank Tracker란 무엇입니까?

Rank Huntr - Amazon Keyword Rank Tracker은(는) https://www.rankhuntr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track Amazon ranks for different keywords. Get notifications if something happens."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Rank Huntr - Amazon Keyword Rank Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Track Amazon ranks for different keywords. Get notifications if something happens.

Track your Amazon product rankings.

How it works:
1. Add ASIN you want to track
2. Add keywords for the ASIN that you want to track
3. When a keyword ranking changes in a significant way, you get notfied.                    

확장 프로그램 기본 정보

이름 Rank Huntr - Amazon Keyword Rank Tracker Rank Huntr - Amazon Keyword Rank Tracker
ID olpplaghfapkldahdfhibjdijegmjkid
공식 URL https://chromewebstore.google.com/detail/rank-huntr-amazon-keyword/olpplaghfapkldahdfhibjdijegmjkid
설명 Track Amazon ranks for different keywords. Get notifications if something happens.
파일 크기 476 KB
설치 횟수 26
현재 버전 0.0.4
최근 업데이트 2022-08-09
출시 날짜 2022-07-21
개발자 https://www.rankhuntr.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.rankhuntr.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        }
    },
    "version": "0.0.4",
    "name": "Rank Huntr - Amazon Keyword Rank Tracker",
    "description": "Track Amazon ranks for different keywords. Get notifications if something happens.",
    "author": "Alex",
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs",
        "scripting"
    ],
    "options_ui": {
        "page": "options.238ff06f.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.803675d6.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icon512.png",
                "assets\/iconAlert.png",
                "assets\/rank_huntr_logo1.png",
                "assets\/rank_huntr_logo_faded.png",
                "utils\/inject.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}