BooksGoSocial

BooksGoSocial

Wat is BooksGoSocial?

BooksGoSocial is een Chrome-extensie ontwikkeld door https://booksgosocial.com, en de belangrijkste functie is "BooksGoSocial".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BooksGoSocial

Download BooksGoSocial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam BooksGoSocial BooksGoSocial
ID abpagigmmiamliljdfcfefpnimpckgfk
Officiële URL https://chromewebstore.google.com/detail/booksgosocial/abpagigmmiamliljdfcfefpnimpckgfk
Beschrijving BooksGoSocial
Bestandsgrootte 19.05 KB
Aantal Installaties 60
Huidige Versie 0.8
Laatst Bijgewerkt 2017-09-25
Publicatiedatum 2017-09-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://booksgosocial.com
Betalingswijze free
Extensiewebsite https://yourbookpromoter.com/
Help Pagina-URL https://www.youtube.com/watch?v=jZ_nzhpPyoU&list=PLiztpw3ZwxVTniNuwIY7zKZZbkG3kq6nf
Ondersteunde Talen 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"
    }
}