Clipboard - Paste Anywhere

A clipboard app that synchronizes across iOS, android and chrome extensions

Clipboard - Paste Anywhereคืออะไร?

Clipboard - Paste Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cihadturhan.com และคุณลักษณะหลักของมันคือ "A clipboard app that synchronizes across iOS, android and chrome extensions"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clipboard - Paste Anywhere

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

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

                        Have you ever needed a tool to copy a content from mobile to desktop or desktop to mobile? Stop e-mailing to yourself with a subject "note to self" or "don't forget".

Clipboard lets you copy and paste across Windows, Mac, Linux, iOS and Android platform. 
It's easy to use. Just tap to send button to share your content instantly!  It's completely free and focussed only to share content across all of your devices.

Download accompanying iOS and Android apps to make your life easier.
https://bit.ly/clipboardandroid
https://bit.ly/clipboardios

- Copy / Paste from Android to iOS and Desktop, from Desktop and iOS to Android
- Save your clipboard for a later use
- Boost up your productivity by copy/paste phone number, e-mail, IBAN or account numbers, URL addresses, personal addresses, GPS coordinates and more from any device to any device
- Clear your content to protect privacy
- See your registered devices                    

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

ชื่อ Clipboard - Paste Anywhere Clipboard - Paste Anywhere
ID pbmkobomelmhlgfbfjohpblialcopjco
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/clipboard-paste-anywhere/pbmkobomelmhlgfbfjohpblialcopjco
คำอธิบาย A clipboard app that synchronizes across iOS, android and chrome extensions
ขนาดไฟล์ 2.81 MB
จำนวนการติดตั้ง 2,831
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2020-05-26
วันที่เผยแพร่ 2020-05-26
คะแนน 3.87/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://www.cihadturhan.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.cihadturhan.com/clipboard
URL หน้าช่วยเหลือ http://www.cihadturhan.com/clipboard/feedback
URL หน้านโยบายความเป็นส่วนตัว https://www.cihadturhan.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clipboard - Paste Anywhere",
    "version": "2.0.1",
    "description": "A clipboard app that synchronizes across iOS, android and chrome extensions",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Clipboard - Paste Anywhere",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_security_policy": "default-src 'self'; frame-src 'self'; script-src http:\/\/localhost:54405 https:\/\/localhost:54405 'self' 'unsafe-eval' 'sha256-oNuFaJkpmWa1ZPRmfqcXe8KtWu758fDTuOd9JtjNPiE='; connect-src http:\/\/192.168.0.15:4000 https:\/\/192.168.0.15:4000 https:\/\/clipboard-node.herokuapp.com; style-src * 'unsafe-inline' blob:; font-src 'self' data:; img-src 'self' data: https:\/\/localhost:54405;"
}