STRX

Social Transactions

STRX란 무엇입니까?

STRX은(는) http://socialtransactions.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Social Transactions"입니다.

확장 프로그램 스크린샷

screenshot

STRX 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}