ShareAccount
Share your current account with others without revealing your password, securely.
ShareAccountคืออะไร?
ShareAccount เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nicosantangelo.com และคุณลักษณะหลักของมันคือ "Share your current account with others without revealing your password, securely."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShareAccount
ดาวน์โหลดไฟล์ส่วนขยาย ShareAccount ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever wanted to share an account, maybe Netflix or maybe something at work but couldn't find a good way to do it? If so, give ShareSafe a try! it's a safe way to share your session without giving out anything else in the process **Use** 1. Ask the recipient for their code (found on the extension menu RECEIVE ACCOUNT) 2. Go to the site from where you want to share the account and click the extension icon. 3. Press SHARE ACCOUNT and enter the code with an optional timeout. 4. Press SHARE and copy the result. 5. Who only has to add it in the textbox of the RECEIVE ACCOUNT and press RECEIVE. 🎩 Voilà More info at https://shareaccount.nicosantangelo.com/ You can find the code on https://github.com/NicoSantangelo/shareaccount
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ShareAccount |
ID | glifngepkcmfolnojchcfiinmjgeablm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shareaccount/glifngepkcmfolnojchcfiinmjgeablm |
คำอธิบาย | Share your current account with others without revealing your password, securely. |
ขนาดไฟล์ | 72.56 KB |
จำนวนการติดตั้ง | 26,903 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2020-10-27 |
วันที่เผยแพร่ | 2017-10-14 |
คะแนน | 4.15/5 รวมทั้งหมด 39 คะแนน |
ผู้พัฒนา | https://nicosantangelo.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://shareaccount.nicosantangelo.com/ |
URL หน้าช่วยเหลือ | https://github.com/NicoSantangelo/shareaccount |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/nicosantangelo/portfolio/blob/master/PRIVACY.md |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShareAccount", "description": "Share your current account with others without revealing your password, securely.", "short_name": "ShareAccount", "version": "1.2.1", "icons": { "18": "icons\/18.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/19.png", "default_popup": "popup\/index.html" }, "permissions": [ "tabs", "storage", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "default-src 'self' https:\/\/privatebin.net; script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; img-src 'self' https:\/\/www.google-analytics.com https:\/\/stats.g.doubleclick.net data:" } |