STRX

Social Transactions

STRX là gì?

STRX là một tiện ích mở rộng Chrome được phát triển bởi http://socialtransactions.com, và tính năng chính của nó là "Social Transactions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng STRX

Tải xuống các tệp mở rộng STRX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên STRX STRX
ID bebifbmgjfflijfjnfhifdggnbhdafnp
URL Chính Thức https://chrome.google.com/webstore/detail/strx/bebifbmgjfflijfjnfhifdggnbhdafnp
Mô tả Social Transactions
Kích Thước Tệp 234 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 2.6.5
Cập Nhật Lần Cuối 2014-07-22
Ngày Phát Hành 2014-07-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://socialtransactions.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.socialtransactions.com/
URL Trang Trợ Giúp http://www.socialtransactions.com/faq/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}