Magic Extension

Save time and effort with Ai generated Upwork job proposal

Magic Extensionคืออะไร?

Magic Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย magicsheets และคุณลักษณะหลักของมันคือ "Save time and effort with Ai generated Upwork job proposal"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}