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