PowerBI Links

Important PowerBI Links

Qu'est-ce que PowerBI Links ?

PowerBI Links est une extension Chrome développée par http://codemarc.net, et sa fonction principale est "Important PowerBI Links".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PowerBI Links

Téléchargez les fichiers d'extension PowerBI Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        My links and web pointers for Power BI                    

Informations de Base sur l'Extension

Nom PowerBI Links PowerBI Links
ID hpbpclohalginomgpnnnalelfnjaeiac
URL Officiel https://chrome.google.com/webstore/detail/powerbi-links/hpbpclohalginomgpnnnalelfnjaeiac
Description Important PowerBI Links
Taille du Fichier 238 KB
Nombre d'Installations 1,260
Version Actuelle 0.0.3
Dernière Mise à Jour 2017-10-16
Date de Publication 2017-10-16
Évaluation 4.50/5 Total 2 Évaluations
Développeur http://codemarc.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}