Builderall Resource Extension

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

Builderall Resource Extension là gì?

Builderall Resource Extension là một tiện ích mở rộng Chrome được phát triển bởi https://builderalladventures.com, và tính năng chính của nó là "All-In-One Resource Extension for Builderall Professionals...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Builderall Resource Extension

Tải xuống các tệp mở rộng Builderall Resource Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Builderall Resource Extension Builderall Resource Extension
ID ibcmecnbediodmpcolhapmlbmalpkldi
URL Chính Thức https://chromewebstore.google.com/detail/builderall-resource-exten/ibcmecnbediodmpcolhapmlbmalpkldi
Mô tả All-In-One Resource Extension for Builderall Professionals...
Kích Thước Tệp 27.52 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-09-27
Ngày Phát Hành 2017-09-27
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://builderalladventures.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://builderalladventures.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}