Magic Extension

Save time and effort with Ai generated Upwork job proposal

What is Magic Extension?

Magic Extension is a Chrome extension developed by magicsheets, and its main feature is "Save time and effort with Ai generated Upwork job proposal".

Extension Screenshots

Download Magic Extension Extension CRX File

Download Magic Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Magic Extension Magic Extension
ID eadcpilaenbppnglbleklcledfpfpmli
Official URL https://chromewebstore.google.com/detail/magic-extension/eadcpilaenbppnglbleklcledfpfpmli
Description Save time and effort with Ai generated Upwork job proposal
File Size 1.91 MB
Installation Count 88
Current Version 1.4
Last Updated 2022-12-25
Publish Date 2022-12-11
Developer magicsheets
Email [email protected]
Payment Type free
Extension Website https://magicsheets.co.uk
Help Page URL https://magicsheets.co.uk
Privacy Policy Page URL https://magicsheets.co.uk/privacy-policy
Supported Languages 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"
    }
}