Professionalize It To Me

A web extension that professionalizes your web browsing experience.

Qu'est-ce que Professionalize It To Me ?

Professionalize It To Me est une extension Chrome développée par https://professionalizeitto.me, et sa fonction principale est "A web extension that professionalizes your web browsing experience.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Professionalize It To Me

Téléchargez les fichiers d'extension Professionalize It To Me au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Professionalize It To Me Professionalize It To Me
ID efncghpkgeaemmjjndhbhiepfbhaocpj
URL Officiel https://chromewebstore.google.com/detail/professionalize-it-to-me/efncghpkgeaemmjjndhbhiepfbhaocpj
Description A web extension that professionalizes your web browsing experience.
Taille du Fichier 957 KB
Nombre d'Installations 59
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-05-25
Date de Publication 2023-05-25
Développeur https://professionalizeitto.me
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://professionalizeitto.me
URL de la Page de Politique de Confidentialité https://www.professionalizeitto.me/privacy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}