Maekersuite - Teleprompter

A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.

Maekersuite - Teleprompter क्या है?

Maekersuite - Teleprompter https://maekersuite.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Maekersuite - Teleprompter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.                    

एक्सटेंशन की मूल जानकारी

नाम Maekersuite - Teleprompter Maekersuite - Teleprompter
ID mhejapfpogifiepialmafoblkmehkodp
आधिकारिक URL https://chromewebstore.google.com/detail/maekersuite-teleprompter/mhejapfpogifiepialmafoblkmehkodp
विवरण A built-in teleprompter to assist your Zoom, Google Meet and other online video sharing calls.
फ़ाइल का आकार 1.87 MB
स्थापना संख्या 3,503
वर्तमान संस्करण 1.12
अंतिम अपडेट 2023-03-21
प्रकाशन तिथि 2022-02-06
रेटिंग 3.77/5 कुल 13 रेटिंग्स
डेवलपर https://maekersuite.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://maekersuite.com
सहायता पृष्ठ URL https://maekersuite.com/login
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maekersuite - Teleprompter",
    "version": "1.12",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "128": "logo.png"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/cdn.segment.com https:\/\/apis.google.com https:\/\/www.googleapis.com https:\/\/www.gstatic.com https:\/\/securetoken.googleapis.com https:\/\/widget.intercom.io https:\/\/js.intercomcdn.com; object-src 'none'"
    }
}