AudioPen
Go from fuzzy thought to clear text. Fast
AudioPen क्या है?
AudioPen Louis Pereira द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Go from fuzzy thought to clear text. Fast"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AudioPen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The AudioPen Chrome Extension lets you access AudioPen and record a voice note from any tab on your browser. Whether you want to record your thoughts from an interesting article, or quickly draft an email with AudioPen, now you can do it from wherever you are on the internet. You can even access your entire library of notes to edit them, directly from your browser.
एक्सटेंशन की मूल जानकारी
नाम | AudioPen |
ID | mgbilpbmcgfimdlkdphmfbchccpoliii |
आधिकारिक URL | https://chromewebstore.google.com/detail/audiopen/mgbilpbmcgfimdlkdphmfbchccpoliii |
विवरण | Go from fuzzy thought to clear text. Fast |
फ़ाइल का आकार | 39.53 KB |
स्थापना संख्या | 8,000 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2023-07-25 |
प्रकाशन तिथि | 2023-06-13 |
रेटिंग | 4.94/5 कुल 16 रेटिंग्स |
डेवलपर | Louis Pereira |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://audiopen.ai |
गोपनीयता नीति पृष्ठ URL | https://audiopen.ai/privacypolicy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AudioPen", "description": "Go from fuzzy thought to clear text. Fast", "version": "0.4", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/audiopen.ai\/" ] } |