WIMK
WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !
Τι είναι το WIMK;
Το WIMK είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Present Profit Solutions - 2PS, και η κύρια λειτουργία του είναι "WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WIMK
Λήψη αρχείων επέκτασης WIMK σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension automatically copies into your clipboard the ID of any document, file or folder stored in your Google Drive. It allows you to generate an export link to download document or file in the chosen format. If you want to share a Google Drive item that has public visibility, you can also generate a generic public link (without reference to your Google Apps domain). -- Powered by 2PS (Present Profit Solutions) www.2ps.com --
Βασικές Πληροφορίες Επέκτασης
Όνομα | WIMK |
ID | pmfajdpgboocgfkakomcnpbokmjgoplm |
Επίσημο URL | https://chromewebstore.google.com/detail/wimk/pmfajdpgboocgfkakomcnpbokmjgoplm |
Περιγραφή | WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive ! |
Μέγεθος Αρχείου | 64.19 KB |
Αριθμός Εγκαταστάσεων | 71 |
Τρέχουσα Έκδοση | 2.0.1 |
Τελευταία Ενημέρωση | 2015-04-20 |
Ημερομηνία Δημοσίευσης | 2015-04-20 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Present Profit Solutions - 2PS |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://2ps.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://groups.google.com/forum/#!categories/2ps-apps-support/wimk |
Υποστηριζόμενες Γλώσσες | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WIMK", "description": "WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !", "version": "2.0.1", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com; object-src 'self'", "web_accessible_resources": [ "https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.9.1\/jquery.min.js", "https:\/\/ajax.googleapis.com\/ajax\/libs\/jqueryui\/1.10.1\/jquery-ui.min.js", "https:\/\/code.jquery.com\/ui\/1.10.1\/themes\/base\/jquery-ui.css" ], "background": { "page": "background.html" }, "page_action": { "default_popup": "popup.html", "default_icon": "icons\/extLogo.png", "default_title": "WIMK" }, "permissions": [ "tabs", "clipboardWrite", "background", "https:\/\/ajax.googleapis.com\/", "activeTab", "*:\/\/drive.google.com\/*", "*:\/\/docs.google.com\/*", "*:\/\/script.google.com\/*" ], "default_locale": "en", "icons": { "128": "icons\/extLogo.png", "16": "icons\/extLogo.png", "32": "icons\/extLogo.png", "48": "icons\/extLogo.png" } } |