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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}