BooksGoSocial

BooksGoSocial

Was ist BooksGoSocial?

BooksGoSocial ist eine Chrome-Erweiterung, die von https://booksgosocial.com entwickelt wurde, und ihr Hauptmerkmal ist "BooksGoSocial".

Erweiterungsscreenshots

screenshot

BooksGoSocial-Erweiterungs-CRX-Datei herunterladen

Laden Sie BooksGoSocial-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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name BooksGoSocial BooksGoSocial
ID abpagigmmiamliljdfcfefpnimpckgfk
Offizielle URL https://chromewebstore.google.com/detail/booksgosocial/abpagigmmiamliljdfcfefpnimpckgfk
Beschreibung BooksGoSocial
Dateigröße 19.05 KB
Installationsanzahl 60
Aktuelle Version 0.8
Letztes Update 2017-09-25
Veröffentlichungsdatum 2017-09-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://booksgosocial.com
Zahlungsart free
Erweiterungswebsite https://yourbookpromoter.com/
Hilfeseite URL https://www.youtube.com/watch?v=jZ_nzhpPyoU&list=PLiztpw3ZwxVTniNuwIY7zKZZbkG3kq6nf
Unterstützte Sprachen 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"
    }
}