BooksGoSocial
BooksGoSocial
What is BooksGoSocial?
BooksGoSocial is a Chrome extension developed by https://booksgosocial.com, and its main feature is "BooksGoSocial".
Extension Screenshots
Download BooksGoSocial Extension CRX File
Download BooksGoSocial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | BooksGoSocial |
ID | abpagigmmiamliljdfcfefpnimpckgfk |
Official URL | https://chromewebstore.google.com/detail/booksgosocial/abpagigmmiamliljdfcfefpnimpckgfk |
Description | BooksGoSocial |
File Size | 19.05 KB |
Installation Count | 60 |
Current Version | 0.8 |
Last Updated | 2017-09-25 |
Publish Date | 2017-09-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://booksgosocial.com |
Payment Type | free |
Extension Website | https://yourbookpromoter.com/ |
Help Page URL | https://www.youtube.com/watch?v=jZ_nzhpPyoU&list=PLiztpw3ZwxVTniNuwIY7zKZZbkG3kq6nf |
Supported Languages | 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" } } |