Easy Manuals Finder

Easy Manuals Finder provides easy access to manuals via a widget on your browser toolbar.

Easy Manuals Finder란 무엇입니까?

Easy Manuals Finder은(는) https://easymanualsfinder.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy Manuals Finder provides easy access to manuals via a widget on your browser toolbar."입니다.

확장 프로그램 스크린샷

screenshot

Easy Manuals Finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Access trending manuals and explore 5,000+ brand and product manuals with the Easy Manuals Finder extension. 

How to use the manuals widget 
- Add the extension to your Chrome™ browser
- Pin the extension to your browser's toolbar for quick access to the widget
- Search for manuals or click on a product category on the widget
- Download or print manuals for easy future access

We welcome your ideas and suggestions to improve this extension. Please note that you can uninstall the extension if you are dissatisfied with the product.

Upon clicking the button above, you confirm that you have read & agree to the Terms of Service & Privacy Policy and consent to install this Chrome™ extension.

Chrome is a trademark of Google LLC. Use of it here does not imply any affiliation with or endorsement by Google LLC.

Privacy Policy: https://easymanualsfinder.co/common/privacypolicy.html
Terms of Service: https://easymanualsfinder.co/common/termsofservice.html                    

확장 프로그램 기본 정보

이름 Easy Manuals Finder Easy Manuals Finder
ID cjhgkgbhoglcdooblohdoldecofncogj
공식 URL https://chromewebstore.google.com/detail/easy-manuals-finder/cjhgkgbhoglcdooblohdoldecofncogj
설명 Easy Manuals Finder provides easy access to manuals via a widget on your browser toolbar.
파일 크기 1.05 MB
설치 횟수 33
현재 버전 1.0.0.0
최근 업데이트 2024-02-17
출시 날짜 2024-02-17
개발자 https://easymanualsfinder.co
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://easymanualsfinder.co/common/privacypolicy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "serviceWorker\/serviceWorker.js"
    },
    "name": "Easy Manuals Finder",
    "icons": {
        "128": "icons\/icon_v2.png"
    },
    "short_name": "Find Manuals Now",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/easymanualsfinder.co\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "description": "Easy Manuals Finder provides easy access to manuals via a widget on your browser toolbar.",
    "version": "1.0.0.0",
    "manifest_version": 3,
    "action": {
        "browser_style": true,
        "default_icon": {
            "128": "icons\/icon-grey_v2.png"
        },
        "default_title": "Easy Manuals Finder",
        "default_popup": "popup\/popup.html"
    },
    "host_permissions": [
        "*:\/\/easymanualsfinder.co\/\/*"
    ]
}