Builderall Resource Extension
All-In-One Resource Extension for Builderall Professionals...
Builderall Resource Extension क्या है?
Builderall Resource Extension https://builderalladventures.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All-In-One Resource Extension for Builderall Professionals..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Builderall Resource Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |