Magic Extension

Save time and effort with Ai generated Upwork job proposal

什么是Magic Extension?

Magic Extension是由magicsheets开发的Chrome扩展程序,该扩展的主要功能是“Save time and effort with Ai generated Upwork job proposal”。

扩展截图

下载Magic Extension扩展crx文件

下载Magic Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}