BooksGoSocial

BooksGoSocial

Hvad er BooksGoSocial?

BooksGoSocial er en Chrome-udvidelse udviklet af https://booksgosocial.com, og dens hovedfunktion er "BooksGoSocial".

Udvidelsesskærmbilleder

screenshot

Download BooksGoSocial-udvidelses-CRX-fil

Download BooksGoSocial-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn BooksGoSocial BooksGoSocial
ID abpagigmmiamliljdfcfefpnimpckgfk
Officiel URL https://chromewebstore.google.com/detail/booksgosocial/abpagigmmiamliljdfcfefpnimpckgfk
Beskrivelse BooksGoSocial
Filstørrelse 19.05 KB
Antal Installationer 60
Nuværende Version 0.8
Senest Opdateret 2017-09-25
Udgivelsesdato 2017-09-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://booksgosocial.com
Betalingsmetode free
Udvidelseswebsted https://yourbookpromoter.com/
Hjælpeside-URL https://www.youtube.com/watch?v=jZ_nzhpPyoU&list=PLiztpw3ZwxVTniNuwIY7zKZZbkG3kq6nf
Understøttede Sprog 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"
    }
}