Magic Extension

Save time and effort with Ai generated Upwork job proposal

Cos'è Magic Extension?

Magic Extension è un'estensione di Chrome sviluppata da magicsheets, e la sua funzione principale è "Save time and effort with Ai generated Upwork job proposal".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Magic Extension

Scarica i file di estensione Magic Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Magic Extension Magic Extension
ID eadcpilaenbppnglbleklcledfpfpmli
URL Ufficiale https://chromewebstore.google.com/detail/magic-extension/eadcpilaenbppnglbleklcledfpfpmli
Descrizione Save time and effort with Ai generated Upwork job proposal
Dimensione del File 1.91 MB
Conteggio Installazioni 88
Versione Corrente 1.4
Ultimo Aggiornamento 2022-12-25
Data di Pubblicazione 2022-12-11
Sviluppatore magicsheets
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://magicsheets.co.uk
URL della Pagina di Aiuto https://magicsheets.co.uk
URL della Pagina della Politica sulla Privacy https://magicsheets.co.uk/privacy-policy
Lingue Supportate 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"
    }
}