Pro-Study Online
Extension to capture data for Pro-Study Online.
Pro-Study Online क्या है?
Pro-Study Online prostudydeveloperextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to capture data for Pro-Study Online."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pro-Study Online एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can use the Pro-Study Extension to save research into your Pro-Study database. Simply right click on some highlighted text or an image in your web browser to capture it. All captured content will be saved and organised into the categories within your Pro-Study projects. The Extension will allow you to: • Capture Text • Capture Images • Auto Tile • Bookmark • Screenshot • Convert all font to Open Dyslexic Font • Use your Webcam Login to Pro-Study Online and use the tools available to further organise your research and to produce fully referenced reports.
एक्सटेंशन की मूल जानकारी
नाम | Pro-Study Online |
ID | bfeaaehafjdpepdhnnagicdmompoldal |
आधिकारिक URL | https://chromewebstore.google.com/detail/pro-study-online/bfeaaehafjdpepdhnnagicdmompoldal |
विवरण | Extension to capture data for Pro-Study Online. |
फ़ाइल का आकार | 666 KB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 1.2023.067.2 |
अंतिम अपडेट | 2023-08-16 |
प्रकाशन तिथि | 2022-06-07 |
रेटिंग | 4.43/5 कुल 7 रेटिंग्स |
डेवलपर | prostudydeveloperextension |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pro-study.co.uk |
गोपनीयता नीति पृष्ठ URL | https://img1.wsimg.com/blobby/go/9006ee5a-8ebc-475b-95df-8f2c137d2575/downloads/Pro-AT%20Group%20Privacy%20Statement.pdf?ver=1666003438425 |
समर्थित भाषाएँ | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2023.067.2", "description": "__MSG_extDescription__", "default_locale": "en", "background": { "service_worker": "scripts\/background.js" }, "icons": { "16": "images\/ProStudyLogo16.png", "32": "images\/ProStudyLogo32.png", "64": "images\/ProStudyLogo64.png", "128": "images\/ProStudyLogo128.png" }, "permissions": [ "alarms", "storage", "activeTab", "contextMenus", "notifications", "scripting" ], "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/ProStudyLogo16.png", "32": "images\/ProStudyLogo32.png", "64": "images\/ProStudyLogo64.png", "128": "images\/ProStudyLogo128.png" } }, "web_accessible_resources": [ { "resources": [ "\/fonts\/OpenDyslexic-Regular.otf", "appsettings\/appsettings.json" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] } |