Prism 2 Beauty

Shows in better way the information in your timesheet

Qu'est-ce que Prism 2 Beauty ?

Prism 2 Beauty est une extension Chrome développée par Rolando Q, et sa fonction principale est "Shows in better way the information in your timesheet".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Prism 2 Beauty

Téléchargez les fichiers d'extension Prism 2 Beauty 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

                        Shows in better way the information in your timesheet

+ Performance increase                    

Informations de Base sur l'Extension

Nom Prism 2 Beauty Prism 2 Beauty
ID hgjoccdpfjdelccakcmlefpnkljappac
URL Officiel https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac
Description Shows in better way the information in your timesheet
Taille du Fichier 58.76 KB
Nombre d'Installations 30
Version Actuelle 1.1.4
Dernière Mise à Jour 2016-02-26
Date de Publication 2016-02-26
Évaluation 5.00/5 Total 7 Évaluations
Développeur Rolando Q
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prism 2 Beauty",
    "short_name": "Prism2Beauty",
    "description": "Shows in better way the information in your timesheet",
    "icons": {
        "16": "beauty.png",
        "24": "beauty.png",
        "48": "beauty.png",
        "128": "beauty.png",
        "19": "beauty.png",
        "38": "beauty.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "jquery.js",
                "app.js",
                "vcheck.js"
            ],
            "all_frames": true,
            "runAt": "document_end"
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications",
        "",
        "https:\/\/pte.publicisgroupe.com\/",
        "https:\/\/pta.publicisgroupe.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        "identity",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "16": "beauty.png",
            "24": "beauty.png",
            "48": "beauty.png",
            "128": "beauty.png",
            "19": "beauty.png",
            "38": "beauty.png"
        },
        "default_title": "Prism 2 Beauty",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "beauty.png"
    ],
    "version": "1.1.4",
    "minimum_chrome_version": "9",
    "manifest_version": 2
}