BooksGoSocial
BooksGoSocial
Apa itu BooksGoSocial?
BooksGoSocial adalah ekstensi Chrome yang dikembangkan oleh https://booksgosocial.com, dan fitur utamanya adalah "BooksGoSocial".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BooksGoSocial
Unduh file ekstensi BooksGoSocial dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | BooksGoSocial |
ID | abpagigmmiamliljdfcfefpnimpckgfk |
URL Resmi | https://chromewebstore.google.com/detail/booksgosocial/abpagigmmiamliljdfcfefpnimpckgfk |
Deskripsi | BooksGoSocial |
Ukuran File | 19.05 KB |
Jumlah Instalasi | 60 |
Versi Saat Ini | 0.8 |
Terakhir Diperbarui | 2017-09-25 |
Tanggal Publikasi | 2017-09-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://booksgosocial.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://yourbookpromoter.com/ |
URL Halaman Bantuan | https://www.youtube.com/watch?v=jZ_nzhpPyoU&list=PLiztpw3ZwxVTniNuwIY7zKZZbkG3kq6nf |
Bahasa yang Didukung | 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" } } |