Deshe data insert
עדכון שעות במערכת דש"א באופן אוטומטי לעובדי מטריקס תוסף למערכת דשא
Wat is Deshe data insert?
Deshe data insert is een Chrome-extensie ontwikkeld door orenrachamim, en de belangrijkste functie is "עדכון שעות במערכת דש"א באופן אוטומטי לעובדי מטריקס תוסף למערכת דשא".
Extensie Screenshots
Download het CRX-bestand van de extensie Deshe data insert
Download Deshe data insert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
עדכון שעות במערכת דש"א באופן אוטומטי לעובדי מטריקס תוסף למערכת דשא
Basisinformatie over de Extensie
Naam | Deshe data insert |
ID | kegiodmdlmhhdpohjgfnkompapnlopch |
Officiële URL | https://chromewebstore.google.com/detail/deshe-data-insert/kegiodmdlmhhdpohjgfnkompapnlopch |
Beschrijving | עדכון שעות במערכת דש"א באופן אוטומטי לעובדי מטריקס תוסף למערכת דשא |
Bestandsgrootte | 845 KB |
Aantal Installaties | 14 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2017-07-27 |
Publicatiedatum | 2017-07-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | orenrachamim |
Betalingswijze | free |
Ondersteunde Talen | 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 } |