Trickry

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

Qu'est-ce que Trickry ?

Trickry est une extension Chrome développée par https://trickry.io, et sa fonction principale est "Ask any question, and Trickry the new AI-powered extension will answer.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Trickry

Téléchargez les fichiers d'extension Trickry 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

                        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.                    

Informations de Base sur l'Extension

Nom Trickry Trickry
ID klmdkmalipabnfokancdehfmkbbehipn
URL Officiel https://chromewebstore.google.com/detail/trickry/klmdkmalipabnfokancdehfmkbbehipn
Description Ask any question, and Trickry the new AI-powered extension will answer.
Taille du Fichier 24.62 MB
Nombre d'Installations 448
Version Actuelle 1.2.1
Dernière Mise à Jour 2023-11-05
Date de Publication 2023-03-31
Évaluation 4.31/5 Total 13 Évaluations
Développeur https://trickry.io
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://trickry.io
URL de la Page d'Aide https://help.trickry.io
URL de la Page de Politique de Confidentialité https://trickry.io/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}