Coinsup.com - new tasks notification module
CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
Coinsup.com - new tasks notification module란 무엇입니까?
Coinsup.com - new tasks notification module은(는) http://coinsup.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!"입니다.
Coinsup.com - new tasks notification module 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This browser extenstion is used for notification about new offers and tasks suitable to user who installed it. To start using is, please press the screen button. After installaion the icon with letters "UP" will appear in top right corner of the browser. This icon will contain the number of new tasks that wasn't previously seen by the user. Click on this icon will show up the ConinsUP.com tasks page.
확장 프로그램 기본 정보
이름 | |
ID | ijlobbnpelgakcnkjmeghcpjbgogfhpf |
공식 URL | https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf |
설명 | CoinsUP.com - complete tasks to receive in-game virtual currency as a reward! |
파일 크기 | 42.44 KB |
설치 횟수 | 1,000 |
현재 버전 | 2.1 |
최근 업데이트 | 2015-11-06 |
출시 날짜 | 2015-11-06 |
평점 | 4.25/5 총 44 개의 평점 |
개발자 | http://coinsup.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://coinsup.com |
도움말 페이지 URL | https://coinsup.com/ru/faq/ |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.1", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "alarms", "cookies", "*:\/\/*.coinsup.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "jquery-1.7.1.min.js", "background.js" ], "persistent": true } } |