Affiliate Link Button
Get your Amazon Affiliate Link directly from the Amazon prdouct page.
Affiliate Link Button란 무엇입니까?
Affiliate Link Button은(는) https://realvideoguy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get your Amazon Affiliate Link directly from the Amazon prdouct page."입니다.
확장 프로그램 스크린샷
Affiliate Link Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This plugin places an Amazon Affiliate Link button on your Amazon.com product page. It enables you to get your Amazon Associate Affiliate Link directly from the Amazon product page without having to login to your Associates back office.
확장 프로그램 기본 정보
이름 | Affiliate Link Button |
ID | ghicpnbjacakmhdneadbiacfnjajlaeg |
공식 URL | https://chromewebstore.google.com/detail/affiliate-link-button/ghicpnbjacakmhdneadbiacfnjajlaeg |
설명 | Get your Amazon Affiliate Link directly from the Amazon prdouct page. |
파일 크기 | 82.21 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2019-04-07 |
출시 날짜 | 2019-04-07 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | https://realvideoguy.com |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://realvideoguy.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": ".\/popup.html" }, "content_scripts": [ { "all_frames": false, "js": [ ".\/amazon.js" ], "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.es\/*" ], "run_at": "document_end" } ], "description": "Get your Amazon Affiliate Link directly from the Amazon prdouct page.", "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "manifest_version": 2, "name": "Affiliate Link Button", "short_name": "AffiliateLink", "permissions": [ "storage", "activeTab" ], "version": "1.0.2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |