Save to FileCloud

Save images, web content and screen capture to FileCloud

ما هو Save to FileCloud؟

Save to FileCloud هو إضافة Chrome تم تطويرها بواسطة https://www.getfilecloud.com، والميزة الرئيسية لها هي "Save images, web content and screen capture to FileCloud".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Save to FileCloud

قم بتنزيل ملفات الامتداد Save to FileCloud بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Save images, web content and screen capture to FileCloud (#1 Self-hosted Enterprise File Sharing and Sync Solution)

The Save to FileCloud Chrome extension helps users to save web content and screen captures to FileCloud.

* Adds a browser action to save the current page.
* Adds a right-click context menu to save hyperlinks, files, images and media.

This extension allow you to save web content directly to FileCloud through a browser action or context menu. You can save documents, images and media by right clicking and selecting 'Save to FileCloud'. You can also save the entire page as screenshot.
After your content is saved, the progress dialog allows you rename the file or change the target folder location.

FileCloud is the leading, self-hosted file sharing, sync and mobile access for Businesses. FileCloud client apps are available for all the desktop and mobile operating systems ( Windows, Mac , Linux, iOS, Android and Windows Phone 8). Our 5 star rated mobile apps provide secure access to organization content from anywhere. In addition to file sharing and sync, FileCloud also provides endpoint backup, data leak prevention (DLP) and HIPAA compliant auditing. FileCloud can be completely customized to reflect your organization brand: company logo and run FileCloud under your own domain. 

FileCloud's unique capabilities to monitor, prevent, and fix data leakage assure corporate data is protected across all your devices (Laptops, Desktops, Smartphones and Tablets). FileCloud can save you over 10,000 USD for 100 user licenses when compared to the similar enterprise file share and sync products. FileCloud is currently used by more than 1000 businesses across 35 countries including world's leading Universities, Research organizations, Government entities and Enterprises.


By installing this item, you agree to the FileCloud Terms of Service and Privacy Policy at https://www.getfilecloud.com/.

Release Notes:

### 1.6 ###
Support for Team Folders

### 1.5 (1/17/2016)

FileCloud v14 support

### 1.3 (10/19/2016)

minor fixes and new Options page

### 1.2.2 (2016.08.31)

- Escape DateTime name (last Chrome changes)


### 1.2.1 (2016.08.27) - not published

- Show loader wheel when loading fileList

- Indicate Connect process (loader, hide button)

- Better name parsing for images

- Fix wrong window error when taking screenshot from popup (can appear when a few browser windows was opened)

- Do not duplicate extension options page if already opened

- Hide status badge (or folder choose if opened) on `ESC` key pressed

- Minor styles changes

- Minor optimizations

v 1.2.0

- Link to the `Options page` on the `Status Badge` (Down/Up/Error/Status container on the top of the page)
- Bug fixes and UI improvements                    

معلومات أساسية عن التمديد

الاسم Save to FileCloud Save to FileCloud
ID dojcpbcpcjkiikcfhfdkipahdaeoemab
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-to-filecloud/dojcpbcpcjkiikcfhfdkipahdaeoemab
الوصف Save images, web content and screen capture to FileCloud
حجم الملف 67.76 KB
عدد التثبيتات 1,029
النسخة الحالية 1.6.2
آخر تحديث 2018-01-03
تاريخ النشر 2018-01-03
تقييم 4.20/5 مجموع تقييمات 5
المطور https://www.getfilecloud.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.getfilecloud.com
عنوان صفحة المساعدة https://www.getfilecloud.com/supportdocs/display/cloud/Home
عنوان صفحة سياسة الخصوصية https://www.getfilecloud.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "1.6.2",
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "16": "img\/ext_icons\/16.png",
        "19": "img\/ext_icons\/19.png",
        "38": "img\/ext_icons\/38.png",
        "48": "img\/ext_icons\/48.png",
        "128": "img\/ext_icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/utils.js",
            "js\/helpers\/log.js",
            "js\/screenshot-background.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/ext_icons\/19.png",
            "38": "img\/ext_icons\/38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "permissions": [
        "*:\/\/*\/*",
        "",
        "cookies",
        "storage",
        "contextMenus",
        "activeTab",
        "tabs"
    ]
}