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文件
下载Author Marketing Club扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |