Grypp Screen Recorder
tabs
Grypp Screen Recorder क्या है?
Grypp Screen Recorder https://gryppcorp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Grypp Screen Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Recording Screen with audio by Grypp Corp allows you to share your screen or a specific application during a Grypp call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared.
एक्सटेंशन की मूल जानकारी
नाम | Grypp Screen Recorder |
ID | jaljmmcngcdcfbkmcgibjolcdbhloclc |
आधिकारिक URL | https://chromewebstore.google.com/detail/grypp-screen-recorder/jaljmmcngcdcfbkmcgibjolcdbhloclc |
विवरण | tabs |
फ़ाइल का आकार | 7.58 KB |
स्थापना संख्या | 206 |
वर्तमान संस्करण | 10.3 |
अंतिम अपडेट | 2019-05-10 |
प्रकाशन तिथि | 2019-05-10 |
रेटिंग | 3.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://gryppcorp.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grypp Screen Recorder", "author": "Grypp", "version": "10.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "tabs", "homepage_url": "https:\/\/gryppcorp.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.gryppcorp.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |