Author Marketing Club
Helping Authors Sell More Books With Premium Author Marketing Club Services.
Author Marketing Club란 무엇입니까?
Author Marketing Club은(는) https://authormarketingclub.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helping Authors Sell More Books With Premium Author Marketing Club Services."입니다.
확장 프로그램 스크린샷
Author Marketing Club 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Author Marketing Club extension works with the Reviewer Grabber members-only feature of the AuthorMarketingClub.com website. The web-based Reviewer Grabber feature and this extension work together to help authors find Amazon reviewers that are more likely to review the author's book(s) and who meet the author's criteria. The extension is only active and can only interact with pages on the authormarketingclub.com domain.
확장 프로그램 기본 정보
이름 | Author Marketing Club |
ID | inlgicfmeigblaaglencnnkdacljnahk |
공식 URL | https://chromewebstore.google.com/detail/author-marketing-club/inlgicfmeigblaaglencnnkdacljnahk |
설명 | Helping Authors Sell More Books With Premium Author Marketing Club Services. |
파일 크기 | 17.04 KB |
설치 횟수 | 561 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-03-31 |
출시 날짜 | 2019-05-01 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | https://authormarketingclub.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://authormarketingclub.com/ |
도움말 페이지 URL | https://authormarketingclub.com/members/contact/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Author Marketing Club", "short_name": "AMC", "version": "1.0.4", "description": "Helping Authors Sell More Books With Premium Author Marketing Club Services.", "content_scripts": [ { "matches": [ "http:\/\/authormarketingclub.com\/members\/*", "https:\/\/authormarketingclub.com\/members\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*.amazon.com\/", "https:\/\/*.amazon.com\/" ], "background": { "scripts": [ "bg.js" ], "persistent": false }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "page_action": { "default_icon": { "19": "logo19.png", "38": "logo38.png" }, "default_title": "Author Marketing Club", "default_popup": "popup.html" }, "manifest_version": 2, "offline_enabled": false } |