Prism 2 Beauty

Shows in better way the information in your timesheet

¿Qué es Prism 2 Beauty?

Prism 2 Beauty es una extensión de Chrome desarrollada por Rolando Q, y su función principal es "Shows in better way the information in your timesheet".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Prism 2 Beauty

Descarga archivos de extensión Prism 2 Beauty en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Shows in better way the information in your timesheet

+ Performance increase                    

Información Básica de la Extensión

Nombre Prism 2 Beauty Prism 2 Beauty
ID hgjoccdpfjdelccakcmlefpnkljappac
URL Oficial https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac
Descripción Shows in better way the information in your timesheet
Tamaño del Archivo 58.76 KB
Cantidad de Instalaciones 30
Versión Actual 1.1.4
Última Actualización 2016-02-26
Fecha de Publicación 2016-02-26
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador Rolando Q
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}