Rádio Gazin
Rádio Gazin - Chrome
Rádio Gazin란 무엇입니까?
Rádio Gazin은(는) Omega Sistemas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rádio Gazin - Chrome"입니다.
확장 프로그램 스크린샷
Rádio Gazin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Radio Gazin que pertence ao Grupo Gazin, iniciou suas atividades no ano de 2010, voltada para a Radiodifusão nas Lojas durante o horário comercial. O intuito é para divulgar nossas promoções, informações do grupo, além de tocar as mais diversificadas músicas. Com uma programação inteligente, a rádio funciona como uma web rádio musical e comunicativa, agradando ouvintes não apenas nas Filiais Gazin, mais sim acessível a todos através do nosso site. Desfrute de mais esse benefício e aproveite as vantagens que só a Gazin tem pra você.
확장 프로그램 기본 정보
이름 | Rádio Gazin |
ID | daficikgdjbgnlbmfblnglfldlnmjcmk |
공식 URL | https://chromewebstore.google.com/detail/r%C3%A1dio-gazin/daficikgdjbgnlbmfblnglfldlnmjcmk |
설명 | Rádio Gazin - Chrome |
파일 크기 | 56.84 KB |
설치 횟수 | 37 |
현재 버전 | 1.1 |
최근 업데이트 | 2014-01-08 |
출시 날짜 | 2014-01-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Omega Sistemas |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.radiogazin.com.br/ |
도움말 페이지 URL | http://www.radiogazin.com.br/ |
지원되는 언어 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "R\u00e1dio Gazin", "version": "1.1", "description": "R\u00e1dio Gazin - Chrome", "content_scripts": [ { "matches": [ "http:\/\/facebook.com\/*", "https:\/\/facebook.com\/*", "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "magic.js" ], "run_at": "document_end" } ], "page_action": { "default_icon": "icone.png" }, "icons": { "16": "icone16.png", "48": "icone48.png", "128": "icone128.png" }, "manifest_version": 2 } |