BooksGoSocial
BooksGoSocial
BooksGoSocialとは何ですか?
BooksGoSocialはhttps://booksgosocial.comによって開発されたChromeの拡張機能で、その主な機能は「BooksGoSocial」です。
拡張機能のスクリーンショット
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 |
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" } } |