Easy Manuals Finder

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

Τι είναι το Easy Manuals Finder;

Το Easy Manuals Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://easymanualsfinder.co, και η κύρια λειτουργία του είναι "Easy Manuals Finder provides easy access to manuals via a widget on your browser toolbar.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Easy Manuals Finder

Λήψη αρχείων επέκτασης Easy Manuals Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/\/*"
    ]
}