DocSave

Save Web pages as PDFs into Dropbox and share in private Facebook Groups or on your Wall. Save even pages within a login session,…

Τι είναι το DocSave;

Το DocSave είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.docsan.com, και η κύρια λειτουργία του είναι "Save Web pages as PDFs into Dropbox and share in private Facebook Groups or on your Wall. Save even pages within a login session,…".

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

screenshot
screenshot
screenshot

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

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

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

                        Save Web pages as PDFs into Dropbox and share in private Facebook Groups or on your Wall.  Save even pages within a login session, e.g. online banking, shopping order list, and patient portal!  The extension does NOT retain any potentially sensitive information, but only creates PDF from the web page for downloading to your local drive or uploading to your Dropbox.

Enjoy the convenience of offline reading when you save to Dropbox as it automatically synchronizes them to your computers and mobile devices.  You can also search the content in the PDFs with the familiar search box on your device.

In addition, take advantage of Dropbox's ability to either share or keep files private.  With the existing Facebook-Dropbox integration, with a click of the Facebook Group "Add File" button, you can share and engage in discussions within secret Facebook groups with only relevant parties (e.g. spouse, family members, close friends).                    

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

Όνομα DocSave DocSave
ID plfifoigopinmoamjgneleohihlfhpmp
Επίσημο URL https://chrome.google.com/webstore/detail/docsave/plfifoigopinmoamjgneleohihlfhpmp
Περιγραφή Save Web pages as PDFs into Dropbox and share in private Facebook Groups or on your Wall. Save even pages within a login session,…
Μέγεθος Αρχείου 107 KB
Αριθμός Εγκαταστάσεων 52
Τρέχουσα Έκδοση 1.4.6
Τελευταία Ενημέρωση 2013-12-11
Ημερομηνία Δημοσίευσης 2013-12-11
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής http://www.docsan.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DocSave",
    "version": "1.4.6",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Save and Share Web Pages as PDF Files.",
        "default_icon": "DocSAN-Icon-cloud-w-doc-64x64-w-Name.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.widedesk.com;  object-src 'self'",
    "web_accessible_resources": [
        "clipper.css",
        "easyXDM.min.js"
    ]
}