Builderall Resource Extension

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

什麼是Builderall Resource Extension?

Builderall Resource Extension是由https://builderalladventures.com開發的Chrome擴展程式,該擴展的主要功能是“All-In-One Resource Extension for Builderall Professionals...”。

擴展截圖

下載Builderall Resource Extension擴展crx文件

下載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 Builderall Resource Extension
ID ibcmecnbediodmpcolhapmlbmalpkldi
官方網址 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"
    }
}