Trickry

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

Cos'è Trickry?

Trickry è un'estensione di Chrome sviluppata da https://trickry.io, e la sua funzione principale è "Ask any question, and Trickry the new AI-powered extension will answer.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Trickry

Scarica i file di estensione Trickry in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Trickry Trickry
ID klmdkmalipabnfokancdehfmkbbehipn
URL Ufficiale https://chromewebstore.google.com/detail/trickry/klmdkmalipabnfokancdehfmkbbehipn
Descrizione Ask any question, and Trickry the new AI-powered extension will answer.
Dimensione del File 24.62 MB
Conteggio Installazioni 448
Versione Corrente 1.2.1
Ultimo Aggiornamento 2023-11-05
Data di Pubblicazione 2023-03-31
Valutazione 4.31/5 Totale 13 Valutazioni
Sviluppatore https://trickry.io
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://trickry.io
URL della Pagina di Aiuto https://help.trickry.io
URL della Pagina della Politica sulla Privacy https://trickry.io/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}