Trickry

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

Trickry란 무엇입니까?

Trickry은(는) https://trickry.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ask any question, and Trickry the new AI-powered extension will answer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Trickry 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Trickry Trickry
ID klmdkmalipabnfokancdehfmkbbehipn
공식 URL https://chromewebstore.google.com/detail/trickry/klmdkmalipabnfokancdehfmkbbehipn
설명 Ask any question, and Trickry the new AI-powered extension will answer.
파일 크기 24.62 MB
설치 횟수 448
현재 버전 1.2.1
최근 업데이트 2023-11-05
출시 날짜 2023-03-31
평점 4.31/5 총 13 개의 평점
개발자 https://trickry.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://trickry.io
도움말 페이지 URL https://help.trickry.io
개인정보 보호 정책 페이지 URL https://trickry.io/privacy-policy
지원되는 언어 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": [
                ""
            ]
        }
    ]
}