Director
Helper Function for NTT Direct Quotation System
Director क्या है?
Director Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helper Function for NTT Direct Quotation System"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Director एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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'" } |