Author Marketing Club

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

¿Qué es Author Marketing Club?

Author Marketing Club es una extensión de Chrome desarrollada por https://authormarketingclub.com, y su función principal es "Helping Authors Sell More Books With Premium Author Marketing Club Services.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Author Marketing Club

Descarga archivos de extensión Author Marketing Club en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Author Marketing Club Author Marketing Club
ID inlgicfmeigblaaglencnnkdacljnahk
URL Oficial https://chromewebstore.google.com/detail/author-marketing-club/inlgicfmeigblaaglencnnkdacljnahk
Descripción Helping Authors Sell More Books With Premium Author Marketing Club Services.
Tamaño del Archivo 17.04 KB
Cantidad de Instalaciones 561
Versión Actual 1.0.4
Última Actualización 2023-03-31
Fecha de Publicación 2019-05-01
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador https://authormarketingclub.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://authormarketingclub.com/
URL de la Página de Ayuda https://authormarketingclub.com/members/contact/
Idiomas Soportados 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
}