Shift-It
***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…
Shift-Itคืออะไร?
Shift-It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shift-it-psp.herokuapp.com และคุณลักษณะหลักของมันคือ "***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shift-It
ดาวน์โหลดไฟล์ส่วนขยาย Shift-It ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever feel an urge to just shift the content you are browsing in your phone in just a click? With shift-it we are trying to provide a hassle-free experience for the user in a single click.And the transfers are completely secure with a fantastic user experience devoid of any irritating ads. One click transfers PC to phone(more to be added shortly)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shift-It |
ID | khkkccmgokjjbnihhcbgacibieimibmh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shift-it/khkkccmgokjjbnihhcbgacibieimibmh |
คำอธิบาย | ***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever… |
ขนาดไฟล์ | 766 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-07-09 |
วันที่เผยแพร่ | 2020-07-03 |
คะแนน | 5.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://shift-it-psp.herokuapp.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://shift-it-psp.herokuapp.com/ |
URL หน้าช่วยเหลือ | http://shift-it-psp.herokuapp.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shift-It", "version": "1.1", "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com https:\/\/www.gstatic.com; object-src 'self'", "browser_action": { "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "activeTab" ], "icons": { "128": "icon.png" } } |