Prism 2 Beauty

Shows in better way the information in your timesheet

Prism 2 Beauty क्या है?

Prism 2 Beauty Rolando Q द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows in better way the information in your timesheet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prism 2 Beauty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shows in better way the information in your timesheet

+ Performance increase                    

एक्सटेंशन की मूल जानकारी

नाम Prism 2 Beauty Prism 2 Beauty
ID hgjoccdpfjdelccakcmlefpnkljappac
आधिकारिक URL https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac
विवरण Shows in better way the information in your timesheet
फ़ाइल का आकार 58.76 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2016-02-26
प्रकाशन तिथि 2016-02-26
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Rolando Q
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}