Amazon Publisher Studio Extension Beta
This is the official Amazon Associates extension for Chrome
Amazon Publisher Studio Extension Beta란 무엇입니까?
Amazon Publisher Studio Extension Beta은(는) Amazon Associates에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the official Amazon Associates extension for Chrome"입니다.
확장 프로그램 스크린샷
Amazon Publisher Studio Extension Beta 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Amazon Publisher Studio Extension Beta for Chrome helps Amazon associates to add links to products on Amazon directly from your Blog or content management systems (CMS), without the need to visit Associates Central to get links. One can also share affiliate links on popular social media platforms like Facebook, Twitter, LinkedIn and YouTube. Features -------- - Add affiliate text links in 2-steps - No need to visit Associates Central or Amazon to get affiliate links - Works on Blogger and WordPress platforms. - Create shortened affiliate links, directly on Facebook, Twitter, LinkedIn and YouTube. - Create direct links to search results and Amazon home page Email us with your feedback at [email protected] By installing you are agreeing to the Terms of Use located at https://affiliate-program.amazon.com/gp/associates/help/t102.
확장 프로그램 기본 정보
이름 | Amazon Publisher Studio Extension Beta |
ID | clihldpfnfandacppigjpkmkaaemlfie |
공식 URL | https://chromewebstore.google.com/detail/amazon-publisher-studio-e/clihldpfnfandacppigjpkmkaaemlfie |
설명 | This is the official Amazon Associates extension for Chrome |
파일 크기 | 542 KB |
설치 횟수 | 10,000 |
현재 버전 | 0.700 |
최근 업데이트 | 2015-07-30 |
출시 날짜 | 2015-07-30 |
평점 | 4.13/5 총 70 개의 평점 |
개발자 | Amazon Associates |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://affiliate-program.amazon.com |
도움말 페이지 URL | https://affiliate-program.amazon.com/gp/associates/help/t103 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Publisher Studio Extension Beta", "description": "This is the official Amazon Associates extension for Chrome", "homepage_url": "https:\/\/affiliate-program.amazon.com", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "incognito": "split", "browser_action": { "default_title": "Amazon Publisher Studio 2.0 Beta", "default_icon": "img\/icon-38.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/config.js", "js\/chrome.background.js", "js\/cms_configs.js", "js\/auth.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "version": "0.700", "manifest_version": 2 } |