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 |
Eメール | [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 } |