Amazon Affiliate Table Assistant Lite
The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.
Amazon Affiliate Table Assistant Lite란 무엇입니까?
Amazon Affiliate Table Assistant Lite은(는) amztableassistant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro."입니다.
확장 프로그램 스크린샷
Amazon Affiliate Table Assistant Lite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Copy ASIN's quickly for Amazon Affiliate sites. Instead of manually finding the product ASIN, this extension allows you to click the "Copy ASIN" button to easily paste it into your AAWP tables. Amazon Affiliate Table Assistant Lite is the easiest and quickest way to find Amazon ASIN's and paste them into your Wordpress review sites. Simply click into the Product Listing and click copy asin! Features: - 1-click copy of Product ASIN - Completely Free! - No Amazon API required - Universal and works with all Wordpress table plugins including AAWP, AmaLinks Pro, AzonPress. - Works with ANY product that needs just the product ASIN. Amazon FBA, Merch by Amazon, Jungle Scout, Pretty Merch, etc. *AMZ TABLE ASSISTANT PRO NOW AVAILABLE** Automatically copy the ASIN + AAWP, AmaLinksPro, or AzonPress shortcode into your posts. No more copying the default shortcode, manually finding the ASIN, and then editing the shortcode again. Simply click the "Copy AAWP shortcode" button and you can paste the already-formatted shortcode directly into your Wordpress review site.
확장 프로그램 기본 정보
이름 | |
ID | mjncdmnjcbcmekeolgndkabngiaociee |
공식 URL | https://chrome.google.com/webstore/detail/amazon-affiliate-table-as/mjncdmnjcbcmekeolgndkabngiaociee |
설명 | The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro. |
파일 크기 | 7.22 KB |
설치 횟수 | 62 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-02-27 |
출시 날짜 | 2020-02-27 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | amztableassistant |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | http://amztableassistant.com/amz-table-assistant-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Affiliate Table Assistant Lite", "description": "The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.", "version": "1.1", "icons": { "128": "128.png" }, "permissions": [ "tabs", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*" ], "js": [ "content_script.js" ] } ], "web_accessible_resources": [ "scriptAppendedToHead.js" ] } |