STRX

Social Transactions

STRX क्या है?

STRX http://socialtransactions.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Social Transactions"।

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

screenshot

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

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

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

                        SocialTransactions was founded by a team of nonprofit industry veterans and technology entrepreneurs, including the management firm of Schaffer&Combs, in order to help fundraising professionals easily access new sources of revenue. The company's first product, named "STRX" during its beta stage, is currently in testing with a few dozen nonprofit organizations, with wider release scheduled for the 2012 holiday season.

STRX uses browser technology to pay a fundraising organization a commission every time its supporters buy something online. There are two aspects of STRX: one for end users, and one for fundraising organizations. For end users, STRX is a free browser application that works automatically and invisibly anywhere they shop on the web. For fundraising organizations, STRX is a free web service that makes it easy for them to deploy the browser application to all their supporters by email or the social web.

Read our license agreement at http://www.socialtransactions.com/license-agreement/ and our privacy policy at http://www.socialtransactions.com/privacy/.                    

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

नाम STRX STRX
ID bebifbmgjfflijfjnfhifdggnbhdafnp
आधिकारिक URL https://chrome.google.com/webstore/detail/strx/bebifbmgjfflijfjnfhifdggnbhdafnp
विवरण Social Transactions
फ़ाइल का आकार 234 KB
स्थापना संख्या 42
वर्तमान संस्करण 2.6.5
अंतिम अपडेट 2014-07-22
प्रकाशन तिथि 2014-07-22
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://socialtransactions.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.socialtransactions.com/
सहायता पृष्ठ URL http://www.socialtransactions.com/faq/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "STRX",
    "version": "2.6.5",
    "description": "Social Transactions",
    "homepage_url": "http:\/\/www.socialtransactions.com\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "jquery-1.9.1.min.js",
                "slider.js",
                "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": "32x32gs.png",
        "default_title": "STRX"
    },
    "icons": {
        "128": "128x128.png"
    }
}