ySense Addon

Keep track of your account status and receive alerts of new earning opportunities.

Τι είναι το ySense Addon;

Το ySense Addon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ysense.com, και η κύρια λειτουργία του είναι "Keep track of your account status and receive alerts of new earning opportunities.".

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

screenshot
screenshot

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

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

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

                        The Addon is non-intrusive and will show a number in the far right hand corner of your browser, representing the total number of offerings available to you. We hope you like it!

Clicking on the Addon button will display a summary of your ySense account. This includes the number of Surveys available to you. It also gives you a quick overview of your account status, including your balance and past and current earnings, plus one-click access to most pages of the ySense site.

The information displayed on the ySense Addon is updated every 5 minutes so don't be surprised if something does not match your current account information. 

The Addon has a series of options that can quickly be accessed by clicking on the Options button. These options give you a lot of flexibility on what you would like to be notified about, be it simply by showing a number on the ySense Addon button, by popup notifications that appear on the taskbar or by the sound alerts.

Everything that you see on the Addon is pretty much self-explanatory, in case of doubt just move your mouse over the respective area and a tooltip will appear explaining what you are seeing.

If you have any issues, questions or suggestions please feel free to contact us.                    

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

Όνομα ySense Addon ySense Addon
ID hjnhcgkngeeahimbfhejeaiijecekhba
Επίσημο URL https://chromewebstore.google.com/detail/ysense-addon/hjnhcgkngeeahimbfhejeaiijecekhba
Περιγραφή Keep track of your account status and receive alerts of new earning opportunities.
Μέγεθος Αρχείου 374 KB
Αριθμός Εγκαταστάσεων 86,861
Τρέχουσα Έκδοση 2.7.0.0
Τελευταία Ενημέρωση 2020-12-09
Ημερομηνία Δημοσίευσης 2020-07-08
Αξιολόγηση 4.62/5 Συνολικά 657 Αξιολογήσεις
Προγραμματιστής https://ysense.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ySense Addon",
    "version": "2.7.0.0",
    "description": "Keep track of your account status and receive alerts of new earning opportunities.",
    "icons": {
        "16": "img\/ysense_icon_16.png",
        "48": "img\/ysense_icon_48.png",
        "128": "img\/ysense_icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/ysense_icon_19.png",
            "38": "img\/ysense_icon_38.png"
        },
        "default_title": "ySense Addon",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.clixsense.com\/*",
                "*:\/\/*.ysense.com\/*"
            ],
            "js": [
                "js\/listen.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.ysense.com\/addon",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "https:\/\/account.appen.com\/*"
    ],
    "web_accessible_resources": [
        "img\/ysense_icon_48.png"
    ]
}