Professionalize It To Me

A web extension that professionalizes your web browsing experience.

ما هو Professionalize It To Me؟

Professionalize It To Me هو إضافة Chrome تم تطويرها بواسطة https://professionalizeitto.me، والميزة الرئيسية لها هي "A web extension that professionalizes your web browsing experience.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Professionalize It To Me

قم بتنزيل ملفات الامتداد Professionalize It To Me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Leverage the power of our AI-based language optimization tool, Professionalize It To Me. Transform casual texts into polished, formal content to impress clients and colleagues alike. Perfect for emails, Slack, and WhatsApp messages. Available in 10 languages. Experience our top-rated cover letter generator with a FREE trial!                    

معلومات أساسية عن التمديد

الاسم Professionalize It To Me Professionalize It To Me
ID efncghpkgeaemmjjndhbhiepfbhaocpj
عنوان URL الرسمي https://chromewebstore.google.com/detail/professionalize-it-to-me/efncghpkgeaemmjjndhbhiepfbhaocpj
الوصف A web extension that professionalizes your web browsing experience.
حجم الملف 957 KB
عدد التثبيتات 59
النسخة الحالية 1.1.0
آخر تحديث 2023-05-25
تاريخ النشر 2023-05-25
المطور https://professionalizeitto.me
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://professionalizeitto.me
عنوان صفحة سياسة الخصوصية https://www.professionalizeitto.me/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Professionalize It To Me",
    "version": "1.1.0",
    "description": "A web extension that professionalizes your web browsing experience.",
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icons\/icon32.png"
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icons\/icon128.png",
                "icons\/icon32.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}