kPoint Screen Capture Assistant
The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.
kPoint Screen Capture Assistant क्या है?
kPoint Screen Capture Assistant https://kpoint.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में kPoint Screen Capture Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The new kPoint extension for chrome browser allows you to record your screen and also enhance the searchability of your kPoint videos. Install this extension along with kPoint screen sharing plugin from your kPoint domain.
एक्सटेंशन की मूल जानकारी
नाम | kPoint Screen Capture Assistant |
ID | jckpglhnbjcdnjkdpijjlhhadhphondf |
आधिकारिक URL | https://chromewebstore.google.com/detail/kpoint-screen-capture-ass/jckpglhnbjcdnjkdpijjlhhadhphondf |
विवरण | The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos. |
फ़ाइल का आकार | 47.48 KB |
स्थापना संख्या | 250 |
वर्तमान संस्करण | 3.3.1 |
अंतिम अपडेट | 2020-09-25 |
प्रकाशन तिथि | 2020-06-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://kpoint.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.kpoint.com/ |
सहायता पृष्ठ URL | https://www.kpoint.com/support/ |
गोपनीयता नीति पृष्ठ URL | https://www.kpoint.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "kPoint Screen Capture Assistant", "short_name": "kPoint", "version": "3.3.1", "description": "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.", "background": { "scripts": [ "js\/jquery-1.7.2.min.js", "background.js", "plugin.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "detectextension.js" ], "run_at": "document_end" } ], "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "*:\/\/*.kpoint.com\/*", "*:\/\/*.skreen.me\/*", "*:\/\/*.techmahindra.com\/*", "*:\/\/*.gslab.com\/*", "*:\/\/*.zencite.com\/*", "*:\/\/*.persistent.co.in\/*", "*:\/\/*.kmart.com\/*", "*:\/\/*.tatatechnologies.com\/*", "*:\/\/*.coep.org.in\/*", "*:\/\/*.corpintra.net\/*", "*:\/\/*.cdac.in\/*", "*:\/\/*.bosch.com\/*", "*:\/\/*.lteaglobal.com\/*", "*:\/\/*.kalyanicorp.com\/*", "*:\/\/*.net.plm.eds.com\/*", "*:\/\/*.vsnl.co.in\/*", "*:\/\/*.wce.ac.in\/*", "*:\/\/*.cmcltd.com\/*", "*:\/\/*.chola.murugappa.com\/*", "*:\/\/*.airtel.com\/*", "*:\/\/*.tcs.com\/*", "*:\/\/*.tatacommunications.com\/*", "*:\/\/*.tieto.com\/*", "*:\/\/*.kpedmodo.com\/*", "*:\/\/*.kenan.ai\/*", "*:\/\/*.citiustech.com\/*", "*:\/\/*.barodagurukul.co.in\/*", "*:\/\/*.icicilombard.com\/*" ] }, "icons": { "16": "k16.png", "32": "k32.png", "48": "k48.png", "128": "k128.png" }, "manifest_version": 2 } |