Roistat CRM tools
Roistat CRM tools
Roistat CRM tools란 무엇입니까?
Roistat CRM tools은(는) Roistat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Roistat CRM tools"입니다.
확장 프로그램 스크린샷
Roistat CRM tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This app change link to audio files to audio player. Now you don't need to open file in new tab to listen it. You could listen it in current tab directly. Screenshots shows you how it looks like before and after. Privacy policy: https://roistat.com/ru/privacy
확장 프로그램 기본 정보
이름 | Roistat CRM tools |
ID | ikbkgacdpenjbbiacghfhkmkfndiinaj |
공식 URL | https://chromewebstore.google.com/detail/roistat-crm-tools/ikbkgacdpenjbbiacghfhkmkfndiinaj |
설명 | Roistat CRM tools |
파일 크기 | 197 KB |
설치 횟수 | 203 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-02-09 |
출시 날짜 | 2019-02-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Roistat |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://roistat.com |
개인정보 보호 정책 페이지 URL | https://roistat.com/ru/privacy |
지원되는 언어 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roistat CRM tools", "version": "1.0.1", "description": "Roistat CRM tools", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'", "background": { "page": "forge.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "forge\/app_config.js", "forge\/all.js", "src\/js\/jquery-2.0.0.js", "src\/js\/page.js" ], "css": [], "run_at": "document_start", "all_frames": false } ], "icons": { "128": "src\/img\/logo128.png", "48": "src\/img\/logo48.png", "16": "src\/img\/logo16.png" }, "browser_action": { "default_icon": "src\/img\/logo16.png", "default_popup": "src\/index.html" }, "manifest_version": 2 } |