OddsBets - Apuestas deportivas
Get all the odds in your Chrome navegator.
OddsBets - Apuestas deportivas란 무엇입니까?
OddsBets - Apuestas deportivas은(는) Juan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get all the odds in your Chrome navegator."입니다.
확장 프로그램 스크린샷
OddsBets - Apuestas deportivas 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Con Oddbets podrás: -Recibir notificaciones de las oscilaciones de todos los partidos de todos los deportes en tu email y con notificaciones de Chrome. -Exportar partidos a .html o directamente a tu email. -Buscar cuotas entre todos los partidos de una forma fácil. -Añadir a favoritos los partidos que te interesen seguir para observar cambios en las cuotas. -Añadir notas en los partidos que desees para luego consultarlas No hace falta registro, todos los datos se guardan en Chrome para su fácil uso. Odd Bets you be able to: -Receive Notifications of the oscillations of all games of all sports in your email or notifications Chrome. -Export games in .html or directly to your email. -Search Odds between all games in an easy way. -Add To favorite games that interest you continue to observe odds changes. -Add Notes in games you want to consult No registration needed, all data is saved in Chrome for easy use.
확장 프로그램 기본 정보
이름 | |
ID | ichinopekinbllkdbmkmjibiioendabm |
공식 URL | https://chrome.google.com/webstore/detail/oddsbets-apuestas-deporti/ichinopekinbllkdbmkmjibiioendabm |
설명 | Get all the odds in your Chrome navegator. |
파일 크기 | 2.11 MB |
설치 횟수 | 16 |
현재 버전 | 1.6 |
최근 업데이트 | 2015-10-29 |
출시 날짜 | 2015-10-29 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Juan |
결제 유형 | free |
지원되는 언어 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OddsBets - Apuestas deportivas", "version": "1.6", "description": "Get all the odds in your Chrome navegator.", "background_page": "background.html", "background": { "persistent": true, "scripts": [ "inline.js", "background.js" ] }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Odds bets", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "contextMenus", "alarms" ] } |