OfferTurbo - Autofill job application with AI

Fill your job application with one-click, powered by AI

Qu'est-ce que OfferTurbo - Autofill job application with AI ?

OfferTurbo - Autofill job application with AI est une extension Chrome développée par https://offerturbo.com, et sa fonction principale est "Fill your job application with one-click, powered by AI".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension OfferTurbo - Autofill job application with AI

Téléchargez les fichiers d'extension OfferTurbo - Autofill job application with AI 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

                        We help fill your job applications with one-click, powered by AI. 

We're in beta stage and only open to invited users. General availability coming soon.                    

Informations de Base sur l'Extension

Nom OfferTurbo - Autofill job application with AI OfferTurbo - Autofill job application with AI
ID llomdkjebgnkjompaededigmlbplgglh
URL Officiel https://chromewebstore.google.com/detail/offerturbo-autofill-job-a/llomdkjebgnkjompaededigmlbplgglh
Description Fill your job application with one-click, powered by AI
Taille du Fichier 976 KB
Nombre d'Installations 52
Version Actuelle 1.0.7
Dernière Mise à Jour 2024-01-20
Date de Publication 2023-04-28
Développeur https://offerturbo.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://offerturbo.com/
URL de la Page d'Aide https://offerturbo.com/about
URL de la Page de Politique de Confidentialité https://github.com/AGITurbo/PrivacyPolicy/blob/main/README.md
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OfferTurbo - Autofill job application with AI",
    "version": "1.0.7",
    "description": "Fill your job application with one-click, powered by AI",
    "manifest_version": 3,
    "author": "offerturbo",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "notifications",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_title": "Click to autofill job application",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}