Author Marketing Club

Helping Authors Sell More Books With Premium Author Marketing Club Services.

What is Author Marketing Club?

Author Marketing Club is a Chrome extension developed by https://authormarketingclub.com, and its main feature is "Helping Authors Sell More Books With Premium Author Marketing Club Services.".

Extension Screenshots

screenshot

Download Author Marketing Club Extension CRX File

Download Author Marketing Club extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Author Marketing Club Author Marketing Club
ID inlgicfmeigblaaglencnnkdacljnahk
Official URL https://chromewebstore.google.com/detail/author-marketing-club/inlgicfmeigblaaglencnnkdacljnahk
Description Helping Authors Sell More Books With Premium Author Marketing Club Services.
File Size 17.04 KB
Installation Count 561
Current Version 1.0.4
Last Updated 2023-03-31
Publish Date 2019-05-01
Rating 4.00/5 Total 1 Ratings
Developer https://authormarketingclub.com
Email [email protected]
Payment Type free
Extension Website https://authormarketingclub.com/
Help Page URL https://authormarketingclub.com/members/contact/
Supported Languages 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
}