Trickry

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

Co je Trickry?

Trickry je rozšíření Chrome vyvinuté https://trickry.io, a jeho hlavní funkcí je „Ask any question, and Trickry the new AI-powered extension will answer.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Trickry

Stáhněte si soubory rozšíření Trickry ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Trickry Trickry
ID klmdkmalipabnfokancdehfmkbbehipn
Oficiální URL https://chromewebstore.google.com/detail/trickry/klmdkmalipabnfokancdehfmkbbehipn
Popis Ask any question, and Trickry the new AI-powered extension will answer.
Velikost souboru 24.62 MB
Počet instalací 448
Aktuální Verze 1.2.1
Poslední Aktualizace 2023-11-05
Datum Vydání 2023-03-31
Hodnocení 4.31/5 Celkem 13 Hodnocení
Vývojář https://trickry.io
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://trickry.io
URL Stránky Nápovědy https://help.trickry.io
URL Stránky Zásad Ochrany Soukromí https://trickry.io/privacy-policy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}