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
官方網址 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'"
}