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
公式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
Eメール [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"
    }
}