Amazon Show ASIN (ASA)

ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com

Amazon Show ASIN (ASA)란 무엇입니까?

Amazon Show ASIN (ASA)은(는) https://ngothang.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com"입니다.

확장 프로그램 스크린샷

screenshot

Amazon Show ASIN (ASA) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ASA is the fastest way to reveal search ASIN code, title research, and get content guidelines directly in Amazon.com. 100% free and forever.                    

확장 프로그램 기본 정보

이름 Amazon Show ASIN (ASA) Amazon Show ASIN (ASA)
ID ikaoklbgbhdjhgkobibiapgoakofjcen
공식 URL https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen
설명 ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com
파일 크기 45.9 KB
설치 횟수 92
현재 버전 0.0.3
최근 업데이트 2022-09-20
출시 날짜 2022-09-02
개발자 https://ngothang.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ngothang.me/
도움말 페이지 URL https://ngothang.me/contact/
개인정보 보호 정책 페이지 URL https://ngothang.me/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Show ASIN (ASA)",
    "version": "0.0.3",
    "manifest_version": 3,
    "description": "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "Amazon Show ASIN (ASA)",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "optional_permissions": []
}