Smart Uploader

By Unikrew Solutions

Qu'est-ce que Smart Uploader ?

Smart Uploader est une extension Chrome développée par unikrewsolutions, et sa fonction principale est "By Unikrew Solutions".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Smart Uploader

Téléchargez les fichiers d'extension Smart Uploader 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

                        File Uploading Extension by Unikrew Solutions

What is Smart Uploader?

Smart Uploader is an extension that allows files to be uploaded in background.

Key Features:

Smart Uploader’s breaks down large files into many smaller chunks and then uploads the file. Therefore, this makes the upload process very efficient, less prone to failure, and even allows uploading when internet speed is slow.

The uploading of file is done in background so that user can continue to use the browser without waiting. The progress of the uploading can be monitored using the popup screen.

Smart Uploader’s UI is beautiful, clean, and simple to use. It adheres to the principles of the popular framework Material UI.

Smart Uploader allows user to upload images, and documents type files.

Smart Uploader is highly reliable and lightweight.

Smart Uploader supports multiple file upload.                    

Informations de Base sur l'Extension

Nom Smart Uploader Smart Uploader
ID dnjkojfkjiejdadpobkfheeonbpefeop
URL Officiel https://chrome.google.com/webstore/detail/smart-uploader/dnjkojfkjiejdadpobkfheeonbpefeop
Description By Unikrew Solutions
Taille du Fichier 1.67 MB
Nombre d'Installations 362
Version Actuelle 1.8
Dernière Mise à Jour 2021-04-20
Date de Publication 2020-03-31
Évaluation 4.50/5 Total 4 Évaluations
Développeur unikrewsolutions
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.unikrew.com
URL de la Page de Politique de Confidentialité https://www.unikrew.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Uploader",
    "version": "1.8",
    "description": "By Unikrew Solutions",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/assets\/js\/scripts.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/assets\/js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": ".\/assets\/images\/app-icons\/app-icon-16x16.png",
        "48": ".\/assets\/images\/app-icons\/app-icon-48x48.png",
        "128": ".\/assets\/images\/app-icons\/app-icon-128x128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": ".\/assets\/images\/app-icons\/app-icon-48x48.png"
    },
    "web_accessible_resources": [
        "\/assets\/images\/error.jpg"
    ],
    "manifest_version": 2
}