Status Money

Save money and earn cash rewards as you shop online!

Status Money क्या है?

Status Money https://statusmoney.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save money and earn cash rewards as you shop online!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Status Money एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Status Money Chrome Extension will automatically find opportunities for you to save and earn rewards as you’re browsing.

You’ll get an instant notification any time we find a relevant offer for you.

You can also browse all your offers by clicking on the Status icon.

Click Add to Chrome and log in to your Status account to get started. If you don’t have an account, create one for free at: www.statusmoney.com

----------------------------------------------------
Help us improve by sending feedback and reporting issues to us at: [email protected]

Status Money is only available in United States.

By using this extension, you agree to the Status Money Terms of Use available at: https://statusmoney.com/terms                    

एक्सटेंशन की मूल जानकारी

नाम Status Money Status Money
ID mfjkeknakdipmiknlkdjbhjolhfnobme
आधिकारिक URL https://chromewebstore.google.com/detail/status-money/mfjkeknakdipmiknlkdjbhjolhfnobme
विवरण Save money and earn cash rewards as you shop online!
फ़ाइल का आकार 1.25 MB
स्थापना संख्या 609
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2019-12-09
प्रकाशन तिथि 2019-12-09
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://statusmoney.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://statusmoney.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Status Money",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Save money and earn cash rewards as you shop online!",
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Status Money",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "fonts.js",
                "injection.js"
            ]
        }
    ],
    "incognito": "split",
    "homepage_url": "https:\/\/statusmoney.com",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "icon16.png",
        "images\/arrow.svg",
        "images\/cross.svg",
        "images\/logo-black.svg",
        "images\/logo-white.svg",
        "injection.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}