Tagpro.me Sync Agent

tagpro.me sync extension

Tagpro.me Sync Agent란 무엇입니까?

Tagpro.me Sync Agent은(는) http://tagpro.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "tagpro.me sync extension"입니다.

Tagpro.me Sync Agent 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension will log results of your Tagpro games to the Tagpro.me stat tracker. The more people use it, the more accurate your advanced stats will be.

Version 1.3.0 adds the server and port the game was played on, as well as whether the player was using their reserved name.                    

확장 프로그램 기본 정보

이름 Tagpro.me Sync Agent Tagpro.me Sync Agent
ID bdlmbkibaopdckdiabdckbpnjkhmkaic
공식 URL https://chrome.google.com/webstore/detail/tagprome-sync-agent/bdlmbkibaopdckdiabdckbpnjkhmkaic
설명 tagpro.me sync extension
파일 크기 25.35 KB
설치 횟수 137
현재 버전 1.3.0
최근 업데이트 2014-07-12
출시 날짜 2014-07-12
평점 4.92/5 총 12 개의 평점
개발자 http://tagpro.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://tagpro.me
도움말 페이지 URL http://tagpro.me/agentfaq.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tagpro.me Sync Agent",
    "short_name": "TagProMeSync",
    "description": "tagpro.me sync extension",
    "version": "1.3.0",
    "manifest_version": 2,
    "permissions": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.koalabeast.com\/*",
                "http:\/\/*.jukejuice.com\/*",
                "http:\/\/tagpro.me\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/catstats.js"
    ]
}