BooksGoSocial

BooksGoSocial

BooksGoSocial क्या है?

BooksGoSocial https://booksgosocial.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BooksGoSocial"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BooksGoSocial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम BooksGoSocial BooksGoSocial
ID abpagigmmiamliljdfcfefpnimpckgfk
आधिकारिक URL https://chromewebstore.google.com/detail/booksgosocial/abpagigmmiamliljdfcfefpnimpckgfk
विवरण BooksGoSocial
फ़ाइल का आकार 19.05 KB
स्थापना संख्या 60
वर्तमान संस्करण 0.8
अंतिम अपडेट 2017-09-25
प्रकाशन तिथि 2017-09-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://booksgosocial.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://yourbookpromoter.com/
सहायता पृष्ठ URL https://www.youtube.com/watch?v=jZ_nzhpPyoU&list=PLiztpw3ZwxVTniNuwIY7zKZZbkG3kq6nf
समर्थित भाषाएँ 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"
    }
}