Deshe data insert

עדכון שעות במערכת דש"א באופן אוטומטי לעובדי מטריקס תוסף למערכת דשא

What is Deshe data insert?

Deshe data insert is a Chrome extension developed by orenrachamim, and its main feature is "עדכון שעות במערכת דש"א באופן אוטומטי לעובדי מטריקס תוסף למערכת דשא".

Extension Screenshots

screenshot

Download Deshe data insert Extension CRX File

Download Deshe data insert 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 Deshe data insert Deshe data insert
ID kegiodmdlmhhdpohjgfnkompapnlopch
Official URL https://chromewebstore.google.com/detail/deshe-data-insert/kegiodmdlmhhdpohjgfnkompapnlopch
Description עדכון שעות במערכת דש"א באופן אוטומטי לעובדי מטריקס תוסף למערכת דשא
File Size 845 KB
Installation Count 14
Current Version 2.2
Last Updated 2017-07-27
Publish Date 2017-07-27
Rating 5.00/5 Total 1 Ratings
Developer orenrachamim
Payment Type free
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deshe data insert",
    "version": "2.2",
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "https:\/\/deshe.matrix.co.il\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/contentscript.min.js"
            ],
            "matches": [
                "https:\/\/deshe.matrix.co.il\/*"
            ],
            "match_about_blank": false,
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon120.png",
        "default_title": "\u05d4\u05d6\u05e0\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05dc\u05d3\u05e9\u05d0"
    },
    "icons": {
        "16": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon120.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "js\/script.js"
    ],
    "manifest_version": 2
}