Magic Extension

Save time and effort with Ai generated Upwork job proposal

Magic Extension क्या है?

Magic Extension magicsheets द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save time and effort with Ai generated Upwork job proposal"।

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

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

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

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

                        Are you a freelancer or business looking to land more work on Upwork? MagicSheets is here to help!

Key features:

✅ Generate professional proposals for Upwork using AI
✅ Receive real-time notifications for new job opportunities, including feed, recent jobs, and best matches
✅ Streamline your proposal process and save time
🏆  Increase your chances of winning more work on Upwork

With our extension, you'll have everything you need to succeed on Upwork. Try it out today and start winning more jobs!                    

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

नाम Magic Extension Magic Extension
ID eadcpilaenbppnglbleklcledfpfpmli
आधिकारिक URL https://chromewebstore.google.com/detail/magic-extension/eadcpilaenbppnglbleklcledfpfpmli
विवरण Save time and effort with Ai generated Upwork job proposal
फ़ाइल का आकार 1.91 MB
स्थापना संख्या 88
वर्तमान संस्करण 1.4
अंतिम अपडेट 2022-12-25
प्रकाशन तिथि 2022-12-11
डेवलपर magicsheets
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://magicsheets.co.uk
सहायता पृष्ठ URL https://magicsheets.co.uk
गोपनीयता नीति पृष्ठ URL https://magicsheets.co.uk/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magic Extension",
    "description": "Save time and effort with  Ai generated Upwork job proposal",
    "version": "1.4",
    "manifest_version": 3,
    "externally_connectable": {
        "matches": [
            "https:\/\/www.magicsheets.co.uk\/*"
        ],
        "accepts_tls_channel_id": true,
        "ids": [
            "*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "cookies",
        "management"
    ],
    "host_permissions": [
        "https:\/\/*.upwork.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    }
}