Open UI Player

This extension track you Siebel Open UI actions

What is Open UI Player?

Open UI Player is a Chrome extension developed by https://uiplayer.com, and its main feature is "This extension track you Siebel Open UI actions".

Download Open UI Player Extension CRX File

Download Open UI Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Open UI Player Open UI Player
ID ccgcdpppeagfefopfglbolpegmdjegnl
Official URL https://chromewebstore.google.com/detail/open-ui-player/ccgcdpppeagfefopfglbolpegmdjegnl
Description This extension track you Siebel Open UI actions
File Size 111 KB
Installation Count 15
Current Version 1.0
Last Updated 2016-11-16
Publish Date 2016-11-15
Developer https://uiplayer.com
Email [email protected]
Payment Type free
Supported Languages 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
    }
}