BooksGoSocial
BooksGoSocial
BooksGoSocialคืออะไร?
BooksGoSocial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://booksgosocial.com และคุณลักษณะหลักของมันคือ "BooksGoSocial"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BooksGoSocial
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |