IT Hit Edit Document Opener 4
Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.
Τι είναι το IT Hit Edit Document Opener 4;
Το IT Hit Edit Document Opener 4 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.webdavsystem.com, και η κύρια λειτουργία του είναι "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IT Hit Edit Document Opener 4
Λήψη αρχείων επέκτασης IT Hit Edit Document Opener 4 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Using Edit Document Opener you can: * Open any documents (PDF, TXT, DWG, PSD, etc.) from a web page in Google Chrome on Windows, Mac OS X and Linux and save back to server without download/upload steps. * Open any documents, including MS Office documents, from a WebDAV server with cookies authentication.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cjjlbggljfhecdnkfdpajagmiidgengd |
Επίσημο URL | https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd |
Περιγραφή | Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps. |
Μέγεθος Αρχείου | 36.82 KB |
Αριθμός Εγκαταστάσεων | 6,000 |
Τρέχουσα Έκδοση | 4.0.2375.0 |
Τελευταία Ενημέρωση | 2017-09-27 |
Ημερομηνία Δημοσίευσης | 2017-09-27 |
Αξιολόγηση | 3.40/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | http://www.webdavsystem.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.webdavsystem.com/ajax/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.webdavsystem.com/ajax/privacy_policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "IT Hit, Ltd", "description": "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.", "homepage_url": "https:\/\/www.webdavsystem.com\/ajax\/", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ], "all_frames": true, "run_at": "document_end" } ], "icons": { "16": "icons\/ithit-editdocumentopener16.png", "48": "icons\/ithit-editdocumentopener48.png", "128": "icons\/ithit-editdocumentopener128.png" }, "manifest_version": 2, "name": "IT Hit Edit Document Opener 4", "permissions": [ "nativeMessaging", "storage", "alarms" ], "version": "4.0.2375.0" } |