Devola: Amazon Wishlist Point Visualization

Add point return labels in Amazon.co.jp Wishlist and Ranking Page.

Devola: Amazon Wishlist Point Visualization란 무엇입니까?

Devola: Amazon Wishlist Point Visualization은(는) https://damonge.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add point return labels in Amazon.co.jp Wishlist and Ranking Page."입니다.

확장 프로그램 스크린샷

screenshot

Devola: Amazon Wishlist Point Visualization 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When browsing the wish list or ranking page, the points that can be earned are also displayed.

Only Amazon.co.jp is supported, not Amazon.com etc.                    

확장 프로그램 기본 정보

이름 Devola: Amazon Wishlist Point Visualization Devola: Amazon Wishlist Point Visualization
ID khfjbdbepipkeecalhcpcnhkdfedkcki
공식 URL https://chromewebstore.google.com/detail/devola-amazon-wishlist-po/khfjbdbepipkeecalhcpcnhkdfedkcki
설명 Add point return labels in Amazon.co.jp Wishlist and Ranking Page.
파일 크기 13.32 KB
설치 횟수 115
현재 버전 1.4.3
최근 업데이트 2023-04-15
출시 날짜 2020-04-03
개발자 https://damonge.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/big-mon/amazon-wishlist-pointgetter
도움말 페이지 URL https://github.com/big-mon/amazon-wishlist-pointgetter/issues
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Devola: Amazon Wishlist Point Visualization",
    "short_name": "Devola",
    "version": "1.4.3",
    "description": "__MSG_appDesc__",
    "default_locale": "ja",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.co.jp\/*\/wishlist\/*",
                "https:\/\/www.amazon.co.jp\/portal-migration\/bestsellers\/*",
                "https:\/\/www.amazon.co.jp\/gp\/bestsellers\/*",
                "https:\/\/www.amazon.co.jp\/gp\/new-releases\/*",
                "https:\/\/www.amazon.co.jp\/gp\/movers-and-shakers\/*"
            ],
            "css": [],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}