PowerBI Links

Important PowerBI Links

PowerBI Linksとは何ですか?

PowerBI Linksはhttp://codemarc.netによって開発されたChromeの拡張機能で、その主な機能は「Important PowerBI Links」です。

拡張機能のスクリーンショット

screenshot

PowerBI Links拡張機能のCRXファイルをダウンロード

PowerBI Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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