Builderall Resource Extension
All-In-One Resource Extension for Builderall Professionals...
Builderall Resource Extensionคืออะไร?
Builderall Resource Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://builderalladventures.com และคุณลักษณะหลักของมันคือ "All-In-One Resource Extension for Builderall Professionals..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Builderall Resource Extension
ดาวน์โหลดไฟล์ส่วนขยาย Builderall Resource Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Whether you just got started with Builderall or you are a seasoned pro, The Builderall Resource Extension is your quick link to Everything Builderall! Links to the most important parts of the official Builderall platform. Easy access to support pages & the 2 Tier Dashboard pages. As well as external training materials, including... Official Quick Training Builderall U by Randy Hereman Builderall Mini Tuts by Jamie Pierson and many other things to help you be the best Builder you can be! This extension will be updated regularly with new training materials and links, news about Builderall and their new features and tools and anything else deemed to be valuable by the community! If you have a suggestion for something to be added or changed, please let us know!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Builderall Resource Extension |
ID | ibcmecnbediodmpcolhapmlbmalpkldi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/builderall-resource-exten/ibcmecnbediodmpcolhapmlbmalpkldi |
คำอธิบาย | All-In-One Resource Extension for Builderall Professionals... |
ขนาดไฟล์ | 27.52 KB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2017-09-27 |
วันที่เผยแพร่ | 2017-09-27 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://builderalladventures.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://builderalladventures.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Builderall Resource Extension", "version": "0.1", "manifest_version": 2, "description": "All-In-One Resource Extension for Builderall Professionals...", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "ba_res_icon.png", "default_title": "All-In-One Resource Extension for Builderall Professionals...", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "ba_res_icon.png" } } |