CopyPlus
Compartilha imagens e textos do seu celular com o computador em 1 clique.
CopyPlusคืออะไร?
CopyPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://copyplus.me และคุณลักษณะหลักของมันคือ "Compartilha imagens e textos do seu celular com o computador em 1 clique."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CopyPlus
ดาวน์โหลดไฟล์ส่วนขยาย CopyPlus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quem nunca precisou enviar uma foto ou um texto do celular para o computador ou vice-versa e teve que utilizar métodos chatos como enviar para um contato pessoal do WhatsApp ou Messenger e depois entrar utilizando o outro dispositivo para recuperar? É para evitar isso que criamos o CopyPlus. Para facilitar ainda mais isso desenvolvemos essa extensão para o Chrome. Agora direto pela extensão você consegue criar Copye ou copiar o conteúdo do último Copye criado.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | koknbmbielopppafpeegbncmficjaipc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/copyplus/koknbmbielopppafpeegbncmficjaipc |
คำอธิบาย | Compartilha imagens e textos do seu celular com o computador em 1 clique. |
ขนาดไฟล์ | 38.18 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2022-12-11 |
วันที่เผยแพร่ | 2021-01-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://copyplus.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://praqt.io |
URL หน้าช่วยเหลือ | https://praqt.io |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CopyPlus", "description": "Compartilha imagens e textos do seu celular com o computador em 1 clique.", "version": "0.4", "icons": { "128": "copyplus.png" }, "browser_action": { "default_icon": "copyplus.png", "default_popup": "login.html" }, "background": { "scripts": [ "hot-reload.js" ] }, "permissions": [ "identity" ], "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.1\/js\/bootstrap.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/css\/bootstrap.min.css; object-src 'self'", "oauth2": { "client_id": "327664723802-81dqv9j2a5uir4qpq7tsrbmdt39mrq2g.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAomaPwO8t58GkDIMMlKZWU4lSTPhTO1qX4ihc1cmAyIlTfP3kE88xRpEr\/kSz1RnrOgj9Z3qogEWPUmHefJWELme\/4wkjs4Jrc9S9qv6xX5c0epaFa07LbP9u0G2D69ug2MFe+gOlCKwM9PDGPuNTUDFl+TZHQKP1tq4apd8sCN0gcJNFGCnvd37\/wtZmho4DC\/yKeAYaah0Zj177dA8aXaZDqEwaieU\/60aTp1Hy88zSJ111bTtgb1082MlEFKRBBCAxd+aqtkvO4+RSFuOiL0ZXP\/eA+mOdsYnxauNvxuUtD4g+S1\/Bsi2S4lQHcfNtzk36n7olt6Rg2fMtQuF2nQIDAQAB" } |