Universal script runner
LogicMonitor JavaScript Run and Edit
Wat is Universal script runner?
Universal script runner is een Chrome-extensie ontwikkeld door https://helptickets.com, en de belangrijkste functie is "LogicMonitor JavaScript Run and Edit".
Extensie Screenshots
Download het CRX-bestand van de extensie Universal script runner
Download Universal script runner-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
This helps you do some useful things in LogicMonitor. It uses JavaScript scripts. One of the advantages is you can run scripts in a browser so you don't need to install Python etc.
Basisinformatie over de Extensie
Naam | Universal script runner |
ID | clokkgjofkeiehldpmkmpdbhehjkajkh |
Officiële URL | https://chromewebstore.google.com/detail/universal-script-runner/clokkgjofkeiehldpmkmpdbhehjkajkh |
Beschrijving | LogicMonitor JavaScript Run and Edit |
Bestandsgrootte | 31.54 KB |
Aantal Installaties | 968 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2019-03-27 |
Publicatiedatum | 2019-03-27 |
Beoordeling | 1.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://helptickets.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://blog.mikesuding.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "LogicMonitor\/background.js" ] }, "page_action": { "default_icon": { "16": "skin\/icon-16.png", "24": "skin\/icon-24.png", "32": "skin\/icon-32.png" }, "default_title": "__MSG_appName__" }, "content_scripts": [ { "js": [ "LogicMonitor\/content_scripts.js" ], "css": [ "skin\/content_scripts.css" ], "matches": [ "https:\/\/*.logicmonitor.com\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "__MSG_appdesc__", "homepage_url": "https:\/\/www.logicmonitor.com\/", "icons": { "128": "skin\/icon.png", "16": "skin\/icon-16.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "storage", "activeTab", "https:\/\/*.logicmonitor.com\/santaba\/rest*", "https:\/\/wowie.us\/universal\/*" ], "short_name": "__MSG_appShortName__", "web_accessible_resources": [ "LogicMonitor\/UniversalScriptRunner.html", "LogicMonitor\/tabs\/*" ], "version": "0.1.2" } |