PDF2DOCS

Get access to a free and fast PDF converter with a new tab page search.

Τι είναι το PDF2DOCS;

Το PDF2DOCS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.pdf2docs.com, και η κύρια λειτουργία του είναι "Get access to a free and fast PDF converter with a new tab page search.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        With PDF2DOCS any PDF task is a breeze!
This converter extension enables you to convert and edit PDF files into various file formats right from the new tab, with a click of a button.
 
The Extension includes New Tab Search, and will change your default search engine. 

What can you do with PDF2DOCS?

Convert PDF files to most popular file formats like MSWord, Powerpoint, Jpeg, Gif, and more.
Edit and touch up PDF files 
Add shortcuts to everyday favorite sites you use for faster access
Search the web with Bing for rich quality search results


Permissions required by the extension:
    - Configure your new tab page to PDF2DOCS
    - Access to read and change your data on sites: 
    https://*.pdf2docs.com/*, 
  
  
Please read carefully: 
By clicking “ADD TO CHROME” you accept and agree to install the PDF2DOCS Extension, to set the Chrome™ New Tab to PDF2DOCS, and to the Terms of Use and Privacy Policy.

PDF2DOCS extension sets your default search engine to Yahoo.  

Terms of Use: https://www.pdf2docs.com/terms-of-use
Privacy Policy: https://www.pdf2docs.com/privacy-policy


Uninstalling the extension” 
 
1) Click on the menu icon in the upper right-hand corner of the browser.
2) Go to "Settings" and click on "Extensions".
4) Scroll through the list and click the trash can icon to the right of the extension you want to uninstall.
6) Close your browser.
7) The extension should be removed once you reopen your Chrome browser. 
 
For customer service support, please contact us at [email protected].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PDF2DOCS PDF2DOCS
ID eoidebnenjkiaaojckmpiaolghkhbjdj
Επίσημο URL https://chromewebstore.google.com/detail/pdf2docs/eoidebnenjkiaaojckmpiaolghkhbjdj
Περιγραφή Get access to a free and fast PDF converter with a new tab page search.
Μέγεθος Αρχείου 884 KB
Αριθμός Εγκαταστάσεων 13,389
Τρέχουσα Έκδοση 1.4.2
Τελευταία Ενημέρωση 2023-12-25
Ημερομηνία Δημοσίευσης 2020-05-25
Αξιολόγηση 3.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://www.pdf2docs.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.pdf2docs.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.pdf2docs.com/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.pdf2docs.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "service_worker": "util.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pdf2docs.com\/*"
            ],
            "js": [
                "js\/beacon-script.js"
            ]
        }
    ],
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*.pdf2docs.com\/*"
    ],
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab\/new-tab.html"
    },
    "short_name": "__MSG_appShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.2"
}