Builderall Resource Extension
All-In-One Resource Extension for Builderall Professionals...
O que é Builderall Resource Extension?
Builderall Resource Extension é uma extensão do Chrome desenvolvida por https://builderalladventures.com, e sua principal característica é "All-In-One Resource Extension for Builderall Professionals...".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Builderall Resource Extension
Baixe arquivos de extensão Builderall Resource Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Builderall Resource Extension |
ID | ibcmecnbediodmpcolhapmlbmalpkldi |
URL Oficial | https://chromewebstore.google.com/detail/builderall-resource-exten/ibcmecnbediodmpcolhapmlbmalpkldi |
Descrição | All-In-One Resource Extension for Builderall Professionals... |
Tamanho do Arquivo | 27.52 KB |
Contagem de Instalações | 113 |
Versão Atual | 0.1 |
Última Atualização | 2017-09-27 |
Data de Publicação | 2017-09-27 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://builderalladventures.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://builderalladventures.com |
Idiomas Suportados | 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" } } |