BooksGoSocial

BooksGoSocial

ما هو BooksGoSocial؟

BooksGoSocial هو إضافة Chrome تم تطويرها بواسطة https://booksgosocial.com، والميزة الرئيسية لها هي "BooksGoSocial".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BooksGoSocial

قم بتنزيل ملفات الامتداد BooksGoSocial بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    }
}