SiteTalk Cashback Add-on

SiteTalk's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.

Τι είναι το SiteTalk Cashback Add-on;

Το SiteTalk Cashback Add-on είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SiteTalk, και η κύρια λειτουργία του είναι "SiteTalk's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SiteTalk Cashback Add-on

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

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

                        The new SiteTalk CashBack Add-on notifies you and gives you access to real cash back while shopping in over 6500 online brand names stores. By inviting your friends to our site you will receive a lifetime 10% referral friends cashback bonus on all their shopping. You get 5€ to join for free and you will also get a 5€ referral bonus for each friend that starts shopping with us.

When was the last time you recommended or talked about a product or service to a friend? Everyone do this every single day without getting any rewards for doing it. Join the shopping revolution free today and install the CashBack Add-On. 

If you don't have our latest app for iOS download it here: https://itunes.apple.com/us/app/sitetalk-cashback/id1057923304?ls=1&mt=8&at=10lJVX or install the latest app for Android here: https://play.google.com/store/apps/details?id=cashback.sitetalk.com                    

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

Όνομα SiteTalk Cashback Add-on SiteTalk Cashback Add-on
ID mfekhoaagncindpjeenfenjmnbolofdi
Επίσημο URL https://chromewebstore.google.com/detail/sitetalk-cashback-add-on/mfekhoaagncindpjeenfenjmnbolofdi
Περιγραφή SiteTalk's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.
Μέγεθος Αρχείου 557 KB
Αριθμός Εγκαταστάσεων 848
Τρέχουσα Έκδοση 2.1.0
Τελευταία Ενημέρωση 2017-03-28
Ημερομηνία Δημοσίευσης 2017-03-28
Αξιολόγηση 4.91/5 Συνολικά 74 Αξιολογήσεις
Προγραμματιστής SiteTalk
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.sitetalkcashback.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.sitetalkcashback.com/in-en/page/support
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SiteTalk Cashback Add-on",
    "version": "2.1.0",
    "description": "SiteTalk's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.",
    "homepage_url": "http:\/\/www.sitetalkcashback.com",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "js\/libs\/jquery.min.js",
                "js\/libs\/handlebars.runtime-v1.3.0.js",
                "js\/libs\/underscore.min.js",
                "js\/libs\/backbone.min.js",
                "js\/libs\/handlebars.helpers.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/localization\/bulgarian_text.js",
                "js\/content\/localization\/chinese_text.js",
                "js\/content\/localization\/german_texts.js",
                "js\/content\/localization\/hungarian_texts.js",
                "js\/content\/localization\/italian_texts.js",
                "js\/content\/localization\/portugese_texts.js",
                "js\/content\/localization\/romanian_texts.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/templates.js",
                "js\/content\/style.js",
                "js\/content\/slider.js",
                "js\/content\/serp.js",
                "js\/content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/18x18.png",
        "default_title": "SiteTalk"
    },
    "icons": {
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    }
}