Trickry

Ask any question, and Trickry the new AI-powered extension will answer.

Was ist Trickry?

Trickry ist eine Chrome-Erweiterung, die von https://trickry.io entwickelt wurde, und ihr Hauptmerkmal ist "Ask any question, and Trickry the new AI-powered extension will answer.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Trickry-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trickry-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Enhance your knowledge with one simple click. 

Trickry applies artificial intelligence to your favorite online learning websites, to give you answers to every question. Whether you are having a hard time with school work or are looking to excel with your revision experience, Trickry is here to help. 

Utilize our tool to diminish study time. With one click you will receive support on all the websites: Acellus, Moodle, Blackboard, Brightspace, Canvas and many more. We have provided a wide range of the largest test sites in order for you to always be on top of your work. We are continuously looking to increase our range however, so if you have a website which you feel would benefit you, be sure to contact us via email.

Autopilot
Have multiple questions you need answered? Our autopilot feature will answer questions one after another. In the mean time you can make yourself a cup of coffee and be back on time to revise your results! 

Stay under the radar
We value your privacy. Turn on incognito mode to ensure that websites are not collecting your personal information. Staying undetected is a key feature which we have perfected.

Our custom search algorithm 
Use our services on any website! Our custom search feature allows us to do the hard work for you. With one click, our software will search the web for the answers and statistically compare results so you can never go wrong. 

Earn yourself explanation points
Not only do we give answers to questions, but we also provide explanations on how we got to the answer so you never miss a mark. 

Need our help? 
Visit our website below or contact us via email. We will respond to any queries you may have.                    

Grundlegende Informationen zur Erweiterung

Name Trickry Trickry
ID klmdkmalipabnfokancdehfmkbbehipn
Offizielle URL https://chromewebstore.google.com/detail/trickry/klmdkmalipabnfokancdehfmkbbehipn
Beschreibung Ask any question, and Trickry the new AI-powered extension will answer.
Dateigröße 24.62 MB
Installationsanzahl 448
Aktuelle Version 1.2.1
Letztes Update 2023-11-05
Veröffentlichungsdatum 2023-03-31
Bewertung 4.31/5 Insgesamt 13 Bewertungen
Entwickler https://trickry.io
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://trickry.io
Hilfeseite URL https://help.trickry.io
URL der Datenschutzrichtlinien-Seite https://trickry.io/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trickry",
    "description": "Ask any question, and Trickry the new AI-powered extension will answer.",
    "version": "1.2.1",
    "permissions": [
        "storage",
        "alarms",
        "contextMenus"
    ],
    "action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "popup\/login\/popup.html"
    },
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "background": {
        "service_worker": "background\/auth.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/style.css"
            ],
            "js": [
                "content\/popup.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/infoProvider.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/selection.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/acellus.js",
                "content\/zybook.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/mod\/quiz\/*"
            ],
            "js": [
                "content\/moodle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/redmenta.com\/*\/solve*"
            ],
            "js": [
                "content\/redmenta.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/quiz\/*"
            ],
            "js": [
                "content\/halolearn.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/ultra\/courses\/*\/outline*"
            ],
            "all_frames": true,
            "js": [
                "content\/blackboard.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*\/quizzing\/user\/attempt\/quiz_attempt_page_auto.d2l*"
            ],
            "all_frames": true,
            "js": [
                "content\/brightspace.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/courses\/*\/quizzes\/*\/take"
            ],
            "js": [
                "content\/canvas.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content\/eventlisteners.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/full-logo.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/line.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/close.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/star.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/booklet.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/trickry-logo.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content\/inject.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/trickry_2.gif"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/textanim.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}