Save to 4Sync
Save files from the Internet to your 4Sync account with one click.
Qu'est-ce que Save to 4Sync ?
Save to 4Sync est une extension Chrome développée par http://4sync.com, et sa fonction principale est "Save files from the Internet to your 4Sync account with one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save to 4Sync
Téléchargez les fichiers d'extension Save to 4Sync au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Save to 4Sync is an easy-to-use extension that lets you save any photos, audio and video file on the Web, including YouTube, Vimeo and Soundcloud directly to your 4sync account in one click! Once getting started, you will love using it as it makes it easier to capture all your experiences, ideas, and inspirations. How does it work? 1. Right click the image or link to any file 2. Choose "Save to 4Sync" from context menu 3. Saving progress will show up. 4. When saving is completed you can easily manage or share your file from 4Sync account. Once the file is uploaded, you can both manage and share it from your 4Sync account.
Informations de Base sur l'Extension
Nom | |
ID | fgdaadklfnpglbmpfhidlmaaplgcegpn |
URL Officiel | https://chrome.google.com/webstore/detail/save-to-4sync/fgdaadklfnpglbmpfhidlmaaplgcegpn |
Description | Save files from the Internet to your 4Sync account with one click. |
Taille du Fichier | 96.96 KB |
Nombre d'Installations | 92 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2014-09-03 |
Date de Publication | 2014-09-03 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | http://4sync.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to 4Sync", "short_name": "Save to 4Sync", "version": "1.4", "manifest_version": 2, "description": "Save files from the Internet to your 4Sync account with one click.", "icons": { "16": "img\/16.png", "48": "img\/48.png", "59": "img\/59.png", "128": "img\/128.png" }, "background": { "scripts": [ "js\/chrome_ex_oauthsimple.js", "js\/chrome_ex_oauth.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/services.js" ], "css": [ "css\/services.css" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ "img\/vimeo4sync.png", "chrome_ex_oauth.html" ], "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |