Magic Extension

Save time and effort with Ai generated Upwork job proposal

Magic Extension là gì?

Magic Extension là một tiện ích mở rộng Chrome được phát triển bởi magicsheets, và tính năng chính của nó là "Save time and effort with Ai generated Upwork job proposal".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Magic Extension

Tải xuống các tệp mở rộng Magic Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Magic Extension Magic Extension
ID eadcpilaenbppnglbleklcledfpfpmli
URL Chính Thức https://chromewebstore.google.com/detail/magic-extension/eadcpilaenbppnglbleklcledfpfpmli
Mô tả Save time and effort with Ai generated Upwork job proposal
Kích Thước Tệp 1.91 MB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2022-12-25
Ngày Phát Hành 2022-12-11
Nhà Phát Triển magicsheets
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://magicsheets.co.uk
URL Trang Trợ Giúp https://magicsheets.co.uk
URL Trang Chính Sách Bảo Mật https://magicsheets.co.uk/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}