Truple - Screenshot Accountability

Truple - Screenshot Accountability

Τι είναι το Truple - Screenshot Accountability;

Το Truple - Screenshot Accountability είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Truple LLC, και η κύρια λειτουργία του είναι "Truple - Screenshot Accountability".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Truple - Screenshot Accountability

Λήψη αρχείων επέκτασης Truple - Screenshot Accountability σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Truple protects your loved ones against porn & other online filth. It holds your loved ones accountable in a way that's near impossible to bypass by capturing and sharing screenshots. If other apps have failed you, this is the one that will work.

With Truple you can virtually "peek" over your child's shoulder & course-correct as needed. Whether its pornography, sexting, cyber-bullying, violence or excessive screen time, Truple will help you detect it early so you can prevent and fix issues before they turn into life-long problems.

Reviews from real customers
• This is what I've been looking for as a parent for years. We still have filters in our home full of adults and children alike, but this program is superior to any filter. If I had to pick one or the other, this app would be my choice, easily. - B Shaff
• This app saved my marriage. I know that seems a little far fetched but it is true. - Katie Williams
• I feel so safe now. Temptation is laughable instead of a struggle. - David Gorgath

Protect from Porn & Online Filth
Truple helps you and your loved ones stay safe online by:
1. Reducing temptation by preventing the ability to view porn & other online filth in secret
2. Reporting activity daily or weekly

94% of our customers report a significant decrease in temptation.

Features:
• Websites visited reported to accountability partner
• Screenshots are immediately captured if a "bad" website is used
• Screenshots captured every 30 seconds to 5 minutes on average (configurable)
• Screenshots risk ratings so you can easily view the most concerning screenshots
• View screenshots in real time
• End-to-end encryption available (must be enabled)
• (Optional) Blur screenshots 
• Secure--all communication is done over HTTPS and screenshots are encrypted with 256 bit AES

Subscription is $16 / month (or $13.33 / month paid annually). To sign up, visit https://truple.io. To cancel, visit https://app.truple.io/account. Please note, uninstalling the Truple app will not automatically cancel your account.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Truple - Screenshot Accountability Truple - Screenshot Accountability
ID hmhmicibkhgloidggepahhpkmjojcnmi
Επίσημο URL https://chromewebstore.google.com/detail/truple-screenshot-account/hmhmicibkhgloidggepahhpkmjojcnmi
Περιγραφή Truple - Screenshot Accountability
Μέγεθος Αρχείου 23.74 MB
Αριθμός Εγκαταστάσεων 529
Τρέχουσα Έκδοση 1.8.24
Τελευταία Ενημέρωση 2023-09-04
Ημερομηνία Δημοσίευσης 2020-05-17
Αξιολόγηση 3.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Truple LLC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://truple.io
Διεύθυνση URL της Σελίδας Βοήθειας https://support.truple.io
URL της Σελίδας Πολιτικής Απορρήτου https://truple.io/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Truple - Screenshot Accountability",
    "short_name": "Truple",
    "description": "Truple - Screenshot Accountability",
    "version": "1.8.24",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "incognito": "spanning",
    "permissions": [
        "desktopCapture",
        "notifications",
        "system.display",
        "idle",
        "loginState",
        "tabs",
        "identity",
        "storage",
        "unlimitedStorage",
        "history"
    ],
    "browser_action": {
        "default_title": "truple",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'"
}