PowerBI Links

Important PowerBI Links

PowerBI Links란 무엇입니까?

PowerBI Links은(는) http://codemarc.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Important PowerBI Links"입니다.

확장 프로그램 스크린샷

screenshot

PowerBI Links 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        My links and web pointers for Power BI                    

확장 프로그램 기본 정보

이름 PowerBI Links PowerBI Links
ID hpbpclohalginomgpnnnalelfnjaeiac
공식 URL https://chrome.google.com/webstore/detail/powerbi-links/hpbpclohalginomgpnnnalelfnjaeiac
설명 Important PowerBI Links
파일 크기 238 KB
설치 횟수 1,260
현재 버전 0.0.3
최근 업데이트 2017-10-16
출시 날짜 2017-10-16
평점 4.50/5 총 2 개의 평점
개발자 http://codemarc.net
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PowerBI Links",
    "short_name": "PowerBIMe",
    "version": "0.0.3",
    "description": "Important PowerBI Links",
    "homepage_url": "http:\/\/codemarc.net",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "popup.css",
                "uikit.min.css"
            ],
            "js": [
                "jquery.min.js",
                "vue.min.js",
                "uikit.min.js",
                "uikit-icons.min.js",
                "firebase.js",
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "PowerBI",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/P19.png",
            "38": "images\/P38.png"
        }
    },
    "icons": {
        "128": "images\/P128.png",
        "48": "images\/P48.png",
        "16": "images\/P16.png"
    },
    "author": {
        "info": {
            "name": "Marc J. Greenberg",
            "email": "mailto:[email protected]",
            "web": "http:\/\/codemarc.net"
        },
        "firebase": {
            "console": "https:\/\/console.firebase.google.com\/project\/powerbi-b4e27\/database\/data",
            "config": {
                "apiKey": "AIzaSyBMeHVx-wTesWjQymsQ94vznXh-x6v25VI",
                "authDomain": "powerbi-b4e27.firebaseapp.com",
                "databaseURL": "https:\/\/powerbi-b4e27.firebaseio.com",
                "storageBucket": "powerbi-b4e27.appspot.com",
                "messagingSenderId": "767183580945"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'"
}