TINYpulse
TINYpulse Chrome extension for quick accessing feature
TINYpulse란 무엇입니까?
TINYpulse은(는) TINYpulse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TINYpulse Chrome extension for quick accessing feature"입니다.
확장 프로그램 스크린샷
TINYpulse 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you tired of waiting for email reminders to get to your TINYpulse? The TINYpulse Chrome plugin has arrived to free you from your inbox. Here's the cool stuff you get: Hop right on and answer your current week's TINYpulse Everyone loves Cheers, now you can send right from the browser Got something to say? Send a Virtual Suggestion anytime
확장 프로그램 기본 정보
이름 | |
ID | bapegenmjdffnjoccdfmcpbacdcngnkj |
공식 URL | https://chromewebstore.google.com/detail/tinypulse/bapegenmjdffnjoccdfmcpbacdcngnkj |
설명 | TINYpulse Chrome extension for quick accessing feature |
파일 크기 | 651 KB |
설치 횟수 | 973 |
현재 버전 | 1.11.0 |
최근 업데이트 | 2019-08-23 |
출시 날짜 | 2019-08-22 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | TINYpulse |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.tinypulse.com/ |
도움말 페이지 URL | https://www.tinypulse.com/ |
개인정보 보호 정책 페이지 URL | https://www.tinypulse.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TINYpulse", "description": "TINYpulse Chrome extension for quick accessing feature", "short_name": "TINYpulse", "version": "1.11.0", "browser_action": { "default_popup": "index.html", "default_icon": "images\/logo.png" }, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "debugger", "storage", "notifications", "background", "https:\/\/app.tinypulse.com\/", "http:\/\/staging.tinyserver.info\/", "http:\/\/dev.tinyserver.info\/", "http:\/\/app.lvh.me:3000\/", "https:\/\/production-tinypulse-shared.s3.amazonaws.com\/", "https:\/\/staging-tinypulse-shared.s3.amazonaws.com\/", "https:\/\/heroku-dev-tinypulse-shared.s3.amazonaws.com\/", "https:\/\/localhost-tinypulse-shared.s3.amazonaws.com\/", "alarms", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/app.lvh.me:3000\/saml\/sso\/chrome_ext*", "*:\/\/*.tinyserver.info\/saml\/sso\/chrome_ext*", "*:\/\/app.tinypulse.com\/saml\/sso\/chrome_ext*" ], "js": [ "\/lib\/jquery\/jquery-2.1.3.min.js", "\/js\/check-saml-login.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |