Smart Uploader

By Unikrew Solutions

Smart Uploaderคืออะไร?

Smart Uploader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unikrewsolutions และคุณลักษณะหลักของมันคือ "By Unikrew Solutions"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Uploader

ดาวน์โหลดไฟล์ส่วนขยาย Smart Uploader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smart Uploader Smart Uploader
ID dnjkojfkjiejdadpobkfheeonbpefeop
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smart-uploader/dnjkojfkjiejdadpobkfheeonbpefeop
คำอธิบาย By Unikrew Solutions
ขนาดไฟล์ 1.67 MB
จำนวนการติดตั้ง 362
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2021-04-20
วันที่เผยแพร่ 2020-03-31
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา unikrewsolutions
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.unikrew.com
URL หน้านโยบายความเป็นส่วนตัว https://www.unikrew.com/privacy
ภาษาที่รองรับ 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
}