BooksGoSocial

BooksGoSocial

什麼是BooksGoSocial?

BooksGoSocial是由https://booksgosocial.com開發的Chrome擴展程式,該擴展的主要功能是“BooksGoSocial”。

擴展截圖

screenshot

下載BooksGoSocial擴展crx文件

下載BooksGoSocial擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}