Quickie AI
Get more done faster with contextual A.I. shortcuts!
Vad är Quickie AI?
Quickie AI är en Chrome-tillägg utvecklad av Quickie AI, och dess huvudfunktion är "Get more done faster with contextual A.I. shortcuts!".
Tilläggsskärmbilder
Ladda ner Quickie AI-förlängningens CRX-fil
Ladda ner Quickie AI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Quickie helps you and your team get more done faster with contextual A.I. applets right at your fingertips! Research and generate content with the click of a button.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ahkibfidiagefpjpcbmgimnnonaoidgo | 
| Officiell webbadress | https://chromewebstore.google.com/detail/quickie-ai/ahkibfidiagefpjpcbmgimnnonaoidgo | 
| Beskrivning | Get more done faster with contextual A.I. shortcuts! | 
| Filstorlek | 50.08 KB | 
| Antal Installationer | 532 | 
| Aktuell Version | 1.1.0 | 
| Senast Uppdaterad | 2023-02-07 | 
| Publiceringsdatum | 2023-01-08 | 
| Betyg | 3.00/5 Totalt 2 Betyg | 
| Utvecklare | Quickie AI | 
| E-post | [email protected] | 
| Betalningssätt | in_app | 
| Tilläggswebbplats | https://quickie.ai | 
| Hjälpsida URL | https://quickie.ai/support | 
| URL till Sekretesspolicy Sidan | https://quickie.ai/privacy | 
| Stödda Språk | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quickie AI",
    "description": "Get more done faster with contextual A.I. shortcuts!",
    "version": "1.1.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}  |  |