Professionalize It To Me

A web extension that professionalizes your web browsing experience.

Hvad er Professionalize It To Me?

Professionalize It To Me er en Chrome-udvidelse udviklet af https://professionalizeitto.me, og dens hovedfunktion er "A web extension that professionalizes your web browsing experience.".

Udvidelsesskærmbilleder

screenshot

Download Professionalize It To Me-udvidelses-CRX-fil

Download Professionalize It To Me-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Professionalize It To Me Professionalize It To Me
ID efncghpkgeaemmjjndhbhiepfbhaocpj
Officiel URL https://chromewebstore.google.com/detail/professionalize-it-to-me/efncghpkgeaemmjjndhbhiepfbhaocpj
Beskrivelse A web extension that professionalizes your web browsing experience.
Filstørrelse 957 KB
Antal Installationer 59
Nuværende Version 1.1.0
Senest Opdateret 2023-05-25
Udgivelsesdato 2023-05-25
Udvikler https://professionalizeitto.me
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://professionalizeitto.me
URL til Fortrolighedspolitik Side https://www.professionalizeitto.me/privacy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}