Open UI Player

This extension track you Siebel Open UI actions

Apa itu Open UI Player?

Open UI Player adalah ekstensi Chrome yang dikembangkan oleh https://uiplayer.com, dan fitur utamanya adalah "This extension track you Siebel Open UI actions".

Unduh Berkas CRX Ekstensi Open UI Player

Unduh file ekstensi Open UI Player dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Open UI Player Open UI Player
ID ccgcdpppeagfefopfglbolpegmdjegnl
URL Resmi https://chromewebstore.google.com/detail/open-ui-player/ccgcdpppeagfefopfglbolpegmdjegnl
Deskripsi This extension track you Siebel Open UI actions
Ukuran File 111 KB
Jumlah Instalasi 15
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-11-16
Tanggal Publikasi 2016-11-15
Pengembang https://uiplayer.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open UI Player",
    "short_name": "UI Player",
    "version": "1.0",
    "description": "This extension track you Siebel Open UI actions",
    "icons": {
        "128": "ui\/img\/icon.png"
    },
    "default_locale": "en",
    "author": "http:\/\/uiplayer.com",
    "browser_action": {
        "default_icon": "ui\/img\/icon.png",
        "default_popup": "ui\/popup.html",
        "default_title": "Open UI Player"
    },
    "options_page": "ui\/options.html",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "history",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "steps\/*.js",
        "ui\/*.js",
        "*.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery-3.1.1.js",
            "libs\/hot-reload.js",
            "TableArg.js",
            "step.js",
            "steps\/navigation.js",
            "steps\/changeActiveApplet.js",
            "steps\/onClick.js",
            "steps\/onChange.js",
            "environment.js",
            "session.js",
            "background.js",
            "listeners.js"
        ],
        "persistent": true
    }
}