Universal script runner
LogicMonitor JavaScript Run and Edit
Universal script runner là gì?
Universal script runner là một tiện ích mở rộng Chrome được phát triển bởi https://helptickets.com, và tính năng chính của nó là "LogicMonitor JavaScript Run and Edit".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Universal script runner
Tải xuống các tệp mở rộng Universal script runner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Universal script runner |
ID | clokkgjofkeiehldpmkmpdbhehjkajkh |
URL Chính Thức | https://chromewebstore.google.com/detail/universal-script-runner/clokkgjofkeiehldpmkmpdbhehjkajkh |
Mô tả | LogicMonitor JavaScript Run and Edit |
Kích Thước Tệp | 31.54 KB |
Số Lần Cài Đặt | 968 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2019-03-27 |
Ngày Phát Hành | 2019-03-27 |
Đánh Giá | 1.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://helptickets.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://blog.mikesuding.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } |