Author Marketing Club
Helping Authors Sell More Books With Premium Author Marketing Club Services.
Was ist Author Marketing Club?
Author Marketing Club ist eine Chrome-Erweiterung, die von https://authormarketingclub.com entwickelt wurde, und ihr Hauptmerkmal ist "Helping Authors Sell More Books With Premium Author Marketing Club Services.".
Erweiterungsscreenshots
Author Marketing Club-Erweiterungs-CRX-Datei herunterladen
Laden Sie Author Marketing Club-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Author Marketing Club |
ID | inlgicfmeigblaaglencnnkdacljnahk |
Offizielle URL | https://chromewebstore.google.com/detail/author-marketing-club/inlgicfmeigblaaglencnnkdacljnahk |
Beschreibung | Helping Authors Sell More Books With Premium Author Marketing Club Services. |
Dateigröße | 17.04 KB |
Installationsanzahl | 561 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2023-03-31 |
Veröffentlichungsdatum | 2019-05-01 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://authormarketingclub.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://authormarketingclub.com/ |
Hilfeseite URL | https://authormarketingclub.com/members/contact/ |
Unterstützte Sprachen | 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 } |