Director
Helper Function for NTT Direct Quotation System
什麼是Director?
Director是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Helper Function for NTT Direct Quotation System”。
擴展截圖
下載Director擴展crx文件
下載Director擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension will do the quoting for user and fill the necessary fields that could be done by the extension service and make it easily and faster.
擴展基本資訊
名稱 | Director |
ID | jpejgammhjpincogpcfhkifbcbbhlmif |
官方網址 | https://chromewebstore.google.com/detail/director/jpejgammhjpincogpcfhkifbcbbhlmif |
簡介 | Helper Function for NTT Direct Quotation System |
檔案大小 | 205 KB |
安裝次數 | 295 |
目前版本 | 0.0.1.5 |
更新時間 | 2020-04-20 |
上架時間 | 2020-04-20 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Director", "short_name": "Director", "description": "Helper Function for NTT Direct Quotation System", "version": "0.0.1.5", "manifest_version": 2, "author": "Yong Keh Soon", "page_action": { "default_icon": { "16": "images\/ntt-logo-16.png", "19": "images\/ntt-logo-19.png", "24": "images\/ntt-logo-24.png", "32": "images\/ntt-logo-32.png", "38": "images\/ntt-logo-38.png", "48": "images\/ntt-logo-48.png" }, "default_title": "Director", "default_popup": "popup.html" }, "icons": { "16": "images\/ntt-logo-16.png", "48": "images\/ntt-logo-48.png", "128": "images\/ntt-logo-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/direct.dimensiondata.com\/seller\/direct*", "https:\/\/directqa2.dimensiondata.com\/seller\/direct*" ], "all_frames": true, "js": [ "libs\/jquery-2.2.4.min.js", "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "libs\/papaparse.js", "libs\/jquery-2.2.4.min.js", "libs\/dataframe.min.js", "background.js" ] }, "permissions": [ "declarativeContent", "activeTab", "tabs", "downloads", "http:\/\/127.0.0.1\/", "https:\/\/127.0.0.1\/", "http:\/\/139.59.105.189\/", "https:\/\/139.59.105.189\/", "http:\/\/*.dpcssc.com\/", "https:\/\/*.dpcssc.com\/" ], "web_accessible_resources": [ "direct_inject.js", "direct_inject.css", "libs\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |