ScreenSight
ScreenSight Chrome Extension
ScreenSight क्या है?
ScreenSight ScreenSight द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ScreenSight Chrome Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ScreenSight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sell smarter with ScreenSight. ScreenSight is the creative sales messaging tool that allows you to create, share and track videos. Create engaging presentations and screen recordings with camera overlay, share your videos instantly, and track audience engagement. Stand out from the rest and meet your sales targets with effective product demos, presentations, updates and explainers. ● Fast and easy to use screen capture and video recording ● Record high resolution videos up to 2 hours each ● Send video emails directly from Gmail or share to LinkedIn
एक्सटेंशन की मूल जानकारी
नाम | ScreenSight |
ID | hhnbfppcjpaacnjecideabahjbdgppaf |
आधिकारिक URL | https://chromewebstore.google.com/detail/screensight/hhnbfppcjpaacnjecideabahjbdgppaf |
विवरण | ScreenSight Chrome Extension |
फ़ाइल का आकार | 9.24 MB |
स्थापना संख्या | 244 |
वर्तमान संस्करण | 1.5.19 |
अंतिम अपडेट | 2023-11-13 |
प्रकाशन तिथि | 2021-11-15 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | ScreenSight |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.screensight.com |
सहायता पृष्ठ URL | https://www.screensight.com |
गोपनीयता नीति पृष्ठ URL | http://www.webley.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenSight", "description": "ScreenSight Chrome Extension", "version": "1.5.19", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "css": [ "fonts\/fonts.css" ], "default_title": "Open the ScreenSight" }, "icons": { "16": "logoIcon.png", "48": "logoIcon.png", "128": "logoIcon.png" }, "background": { "scripts": [ "static\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "static\/js\/content.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" }, { "matches": [ "https:\/\/*.linkedin.com\/*\/*" ], "js": [ "static\/js\/contentLinkedin.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" }, { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "static\/js\/contentGmail.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" } ], "permissions": [ "desktopCapture", "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/", "management" ], "optional_permissions": [ " |