Two Dots

Two Dots Official Browser Extension

Τι είναι το Two Dots;

Το Two Dots είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Two Dots, και η κύρια λειτουργία του είναι "Two Dots Official Browser Extension".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Two Dots

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

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

                        The official chrome extension from Two Dots.

If you are a leasing agent or operations staff member at a property management company that uses Two Dots to verify income for residential property rental applicants, this extension allows you to view income reports directly in your ERP. This is convenient because instead of needing to switch between the Two Dots website and your ERP, all information about your applicants is displayed directly in the ERP.

If you are not a staff member at a client of Two Dots, this extension will be of no use to you, and will not work.

How to use this extension:
1. Install the extension
2. Click the puzzle piece icon to the right of the url bar
3. Click the icon with two purple dots
4. A popup will be displayed with a button that says Log In. Click the log in button.
5. A popup will appear and ask for you email address. Enter your WORK email address at a Two Dots property management client (Do not use personal email as it will not allow you access. If your property management company is not a Two Dots client, you will not be allowed access.)
6. At this point, you will be asked for a secret code. You should see a new email from Two Dots in your inbox. Open the email and copy the secret code in the email. The secret code is a sequence of numbers that will be prominently displayed.
7. Go back to the place where you were asked for the secret code and enter it. It may be covered up by any windows you have open, so switch windows or move them out of the way until you find it.
8. The popup will disappear. Click the puzzle piece icon again, and click the two purple dots again. You should see that you are now logged in. If not, try clicking the Log In button again, and it should show you are logged in at that point.
9. Navigate to a prospect page in your ERP. You should see a Two Dots income report if one exists for that prospect.
10. If you are not seeing income reports in the future, click the two purple dots to make sure you are logged in. If you aren't, just log in again.

For information about our privacy and data practices, visit https://www.twodots.net/chrome-extension-privacy-policy

To get help, email [email protected]                    

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

Όνομα Two Dots Two Dots
ID ppnheofhjkgpaejobkebmaagnhfdacao
Επίσημο URL https://chromewebstore.google.com/detail/two-dots/ppnheofhjkgpaejobkebmaagnhfdacao
Περιγραφή Two Dots Official Browser Extension
Μέγεθος Αρχείου 22.35 KB
Αριθμός Εγκαταστάσεων 2,096
Τρέχουσα Έκδοση 0.3.57
Τελευταία Ενημέρωση 2024-02-08
Ημερομηνία Δημοσίευσης 2022-10-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Two Dots
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twodots.net
Διεύθυνση URL της Σελίδας Βοήθειας https://twodots.net/extension
URL της Σελίδας Πολιτικής Απορρήτου https://www.twodots.net/chrome-extension-privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.3.57",
    "name": "Two Dots",
    "description": "Two Dots Official Browser Extension",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "identity",
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/app.twodots.net\/api\/getReport*"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.yardiasp.com\/*",
                "https:\/\/www.yardiasp13.com\/*",
                "https:\/\/sitemanager.rentcafe.com\/sitemanager\/leasingdashboardprospectdetail.aspx*",
                "https:\/\/www.yardiasp14.com\/*",
                "https:\/\/www.yardiaspnc8.com\/*",
                "https:\/\/www.yardiaspla2.com\/*",
                "https:\/\/www.yardipca.com\/*",
                "https:\/\/www.yardiasptx10.com\/*",
                "https:\/\/www.yardipcv.com\/*",
                "https:\/\/www.yardipcu.com\/*",
                "https:\/\/moss16649.elevate.cafe\/crmiqnet\/*",
                "https:\/\/www.yardiaspla5.com\/*",
                "https:\/\/www.yardiasptx11.com\/*"
            ],
            "all_frames": true,
            "js": [
                "shared.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}