BooksGoSocial

BooksGoSocial

Cos'è BooksGoSocial?

BooksGoSocial è un'estensione di Chrome sviluppata da https://booksgosocial.com, e la sua funzione principale è "BooksGoSocial".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BooksGoSocial

Scarica i file di estensione BooksGoSocial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Welcome! This extension provides free marketing support for ALL authors.

Use it to access our free author training, free author teams sign up, free promotions sign up and our live book review group!

You will also get occasional updates too, about exciting new and free services, just for authors!                    

Informazioni di Base sull'Estensione

Nome BooksGoSocial BooksGoSocial
ID abpagigmmiamliljdfcfefpnimpckgfk
URL Ufficiale https://chromewebstore.google.com/detail/booksgosocial/abpagigmmiamliljdfcfefpnimpckgfk
Descrizione BooksGoSocial
Dimensione del File 19.05 KB
Conteggio Installazioni 60
Versione Corrente 0.8
Ultimo Aggiornamento 2017-09-25
Data di Pubblicazione 2017-09-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://booksgosocial.com
Tipo di Pagamento free
Sito Web dell'Estensione https://yourbookpromoter.com/
URL della Pagina di Aiuto https://www.youtube.com/watch?v=jZ_nzhpPyoU&list=PLiztpw3ZwxVTniNuwIY7zKZZbkG3kq6nf
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BooksGoSocial",
    "version": "0.8",
    "manifest_version": 2,
    "description": "BooksGoSocial",
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "BGSLOGO128x128.png",
        "default_title": "BooksGoSocial",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "BGSLOGO128x128.png"
    }
}