Builderall Resource Extension

All-In-One Resource Extension for Builderall Professionals...

Cos'è Builderall Resource Extension?

Builderall Resource Extension è un'estensione di Chrome sviluppata da https://builderalladventures.com, e la sua funzione principale è "All-In-One Resource Extension for Builderall Professionals...".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Builderall Resource Extension

Scarica i file di estensione Builderall Resource Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Builderall Resource Extension Builderall Resource Extension
ID ibcmecnbediodmpcolhapmlbmalpkldi
URL Ufficiale https://chromewebstore.google.com/detail/builderall-resource-exten/ibcmecnbediodmpcolhapmlbmalpkldi
Descrizione All-In-One Resource Extension for Builderall Professionals...
Dimensione del File 27.52 KB
Conteggio Installazioni 113
Versione Corrente 0.1
Ultimo Aggiornamento 2017-09-27
Data di Pubblicazione 2017-09-27
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://builderalladventures.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://builderalladventures.com
Lingue Supportate 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"
    }
}