Accountable2You
This extension monitors all Chrome activity and logs it securely for accountability partners.
Accountable2Youคืออะไร?
Accountable2You เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://accountable2you.com และคุณลักษณะหลักของมันคือ "This extension monitors all Chrome activity and logs it securely for accountability partners."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accountable2You
ดาวน์โหลดไฟล์ส่วนขยาย Accountable2You ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Accountable2You is an accountability software that monitors your device and keeps you accountable. This accountability extension requires a membership with Accountable2You starting at $7/month (www.accountable2you.com). All membership plans come with a 10 day free trial! A membership with Accountable2You allows you to use the software on all your Android, PC, Mac, iOS, Chromebook and Linux devices for just one price. Features: * Monitors all user activity * Ability to setup accountability partners * Uninstall feature provided in app * Captures activity including private browsing mode (incognito mode) * Works just like Accountable2You's computer software * Circumvention attempts are captured * Sends alert emails for objectionable content * Sends instant text alerts for very objectionable content * All records are available on our website for your accountability partner to view anytime * Our software communication is encrypted with SSL Accountability is a proven way to fight temptation. Accountable2You provides a solution while helping you be accountable.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Accountable2You |
ID | efbfdmcbmjkdkhopodcpmajcdbkiljaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/accountable2you/efbfdmcbmjkdkhopodcpmajcdbkiljaa |
คำอธิบาย | This extension monitors all Chrome activity and logs it securely for accountability partners. |
ขนาดไฟล์ | 1.14 MB |
จำนวนการติดตั้ง | 4,005 |
เวอร์ชันปัจจุบัน | 2.0.3 |
อัปเดตครั้งล่าสุด | 2023-01-24 |
วันที่เผยแพร่ | 2019-09-11 |
คะแนน | 4.21/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | https://accountable2you.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://accountable2you.com |
URL หน้าช่วยเหลือ | https://support.accountable2you.com/category/724-chrome |
URL หน้านโยบายความเป็นส่วนตัว | https://accountable2you.com/terms/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Accountable2You", "version": "2.0.3", "permissions": [ "tabs", "management", "storage" ], "host_permissions": [ "https:\/\/api.accountable2you.com\/*", "https:\/\/api.accountable2you.dev\/*", "https:\/\/api.accountable2you.green\/*", "https:\/\/d2wy8f7a9ursnm.cloudfront.net\/*" ], "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 3, "description": "This extension monitors all Chrome activity and logs it securely for accountability partners.", "background": { "service_worker": "mergedbackground.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |