Data Copier

Copies data from one site to other!

Data Copierคืออะไร?

Data Copier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jawed Shaikh และคุณลักษณะหลักของมันคือ "Copies data from one site to other!"

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

screenshot

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

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

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

                        This copies data from specified websites and paste in to specified websites so this is used by specific users not for all.                    

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

ชื่อ Data Copier Data Copier
ID ginbdgcdgdakfdemfkdnfhjncdjaapci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/data-copier/ginbdgcdgdakfdemfkdnfhjncdjaapci
คำอธิบาย Copies data from one site to other!
ขนาดไฟล์ 63.92 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-06-01
วันที่เผยแพร่ 2019-05-27
ผู้พัฒนา Jawed Shaikh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://inforadiance.com/
URL หน้าช่วยเหลือ https://inforadiance.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Data Copier",
    "version": "1.1",
    "description": "Copies data from one site to other!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}