EMSCharts Filler

Autofills EMSCharts with defaults.

What is EMSCharts Filler?

EMSCharts Filler is a Chrome extension developed by cmattoon, and its main feature is "Autofills EMSCharts with defaults.".

Extension Screenshots

screenshot
screenshot

Download EMSCharts Filler Extension CRX File

Download EMSCharts Filler 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

                        Visit http://cmattoon.github.io/chartfiller/ for more information.

To report an issue, visit https://github.com/chartfiller/chartfiller/issues

This is NOT supported by emscharts.com.                    

Extension Basic Information

Name EMSCharts Filler EMSCharts Filler
ID nbhcjidkipddkpjehegpgjiijedokgnf
Official URL https://chromewebstore.google.com/detail/emscharts-filler/nbhcjidkipddkpjehegpgjiijedokgnf
Description Autofills EMSCharts with defaults.
File Size 95.19 KB
Installation Count 347
Current Version 0.1.4
Last Updated 2019-05-26
Publish Date 2019-05-26
Rating 4.33/5 Total 3 Ratings
Developer cmattoon
Payment Type free
Extension Website http://cmattoon.github.io/chartfiller/
Help Page URL https://github.com/cmattoon/chartfiller/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EMSCharts Filler",
    "short_name": "Chartfiller",
    "version": "0.1.4",
    "description": "Autofills EMSCharts with defaults.",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/*.emscharts.com\/pr\/",
        "storage"
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.emscharts.com\/pr\/page2.cfm?*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "page2.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.emscharts.com\/pr\/page3.cfm?*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "page3.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.emscharts.com\/pr\/page4.cfm?*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "page4.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.emscharts.com\/pr\/page5.cfm?*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "page5.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.emscharts.com\/pr\/page8.cfm?*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "page8.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "EMSCharts Filler",
        "default_popup": "popup.html"
    }
}