Author Marketing Club

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

Qu'est-ce que Author Marketing Club ?

Author Marketing Club est une extension Chrome développée par https://authormarketingclub.com, et sa fonction principale est "Helping Authors Sell More Books With Premium Author Marketing Club Services.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Author Marketing Club

Téléchargez les fichiers d'extension Author Marketing Club au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Author Marketing Club Author Marketing Club
ID inlgicfmeigblaaglencnnkdacljnahk
URL Officiel https://chromewebstore.google.com/detail/author-marketing-club/inlgicfmeigblaaglencnnkdacljnahk
Description Helping Authors Sell More Books With Premium Author Marketing Club Services.
Taille du Fichier 17.04 KB
Nombre d'Installations 561
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-03-31
Date de Publication 2019-05-01
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://authormarketingclub.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://authormarketingclub.com/
URL de la Page d'Aide https://authormarketingclub.com/members/contact/
Langues Prises en Charge 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
}