BooksGoSocial

BooksGoSocial

BooksGoSocial là gì?

BooksGoSocial là một tiện ích mở rộng Chrome được phát triển bởi https://booksgosocial.com, và tính năng chính của nó là "BooksGoSocial".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BooksGoSocial

Tải xuống các tệp mở rộng BooksGoSocial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BooksGoSocial BooksGoSocial
ID abpagigmmiamliljdfcfefpnimpckgfk
URL Chính Thức https://chromewebstore.google.com/detail/booksgosocial/abpagigmmiamliljdfcfefpnimpckgfk
Mô tả BooksGoSocial
Kích Thước Tệp 19.05 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2017-09-25
Ngày Phát Hành 2017-09-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://booksgosocial.com
Loại Thanh Toán free
Trang Web Mở Rộng https://yourbookpromoter.com/
URL Trang Trợ Giúp https://www.youtube.com/watch?v=jZ_nzhpPyoU&list=PLiztpw3ZwxVTniNuwIY7zKZZbkG3kq6nf
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}