PowerBI Links
Important PowerBI Links
什么是PowerBI Links?
PowerBI Links是由http://codemarc.net开发的Chrome扩展程序,该扩展的主要功能是“Important PowerBI Links”。
扩展截图
下载PowerBI Links扩展crx文件
下载PowerBI Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
My links and web pointers for Power BI
扩展基本信息
名称 | 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'" } |