Professionalize It To Me

A web extension that professionalizes your web browsing experience.

What is Professionalize It To Me?

Professionalize It To Me is a Chrome extension developed by https://professionalizeitto.me, and its main feature is "A web extension that professionalizes your web browsing experience.".

Extension Screenshots

screenshot

Download Professionalize It To Me Extension CRX File

Download Professionalize It To Me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Professionalize It To Me Professionalize It To Me
ID efncghpkgeaemmjjndhbhiepfbhaocpj
Official URL https://chromewebstore.google.com/detail/professionalize-it-to-me/efncghpkgeaemmjjndhbhiepfbhaocpj
Description A web extension that professionalizes your web browsing experience.
File Size 957 KB
Installation Count 59
Current Version 1.1.0
Last Updated 2023-05-25
Publish Date 2023-05-25
Developer https://professionalizeitto.me
Email [email protected]
Payment Type in_app
Extension Website https://professionalizeitto.me
Privacy Policy Page URL https://www.professionalizeitto.me/privacy
Supported Languages 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": [
                ""
            ]
        }
    ]
}