TaskerTrigger
This extension lets you send pre configured pushes to tasker via pushbullet
TaskerTrigger란 무엇입니까?
TaskerTrigger은(는) automattech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you send pre configured pushes to tasker via pushbullet"입니다.
확장 프로그램 스크린샷
TaskerTrigger 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Trigger Tasker tasks from your browser! This chrome extension lets you send pre-configured messages to your phone via Pushbullet which you can then use to trigger Tasker tasks. If you don't know what Tasker is then this is not the app your looking for, if you do know what Tasker is but don't have the Pushbullet app you will need it installed on your android device. here's the link... https://play.google.com/store/apps/details?id=com.pushbullet.android If your still reading this despite not knowing what Tasker is see this link below... https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm
확장 프로그램 기본 정보
이름 | TaskerTrigger |
ID | bpljocffanejenmdmmajolkkcgnaapcc |
공식 URL | https://chromewebstore.google.com/detail/taskertrigger/bpljocffanejenmdmmajolkkcgnaapcc |
설명 | This extension lets you send pre configured pushes to tasker via pushbullet |
파일 크기 | 548 KB |
설치 횟수 | 392 |
현재 버전 | 1.4 |
최근 업데이트 | 2015-05-10 |
출시 날짜 | 2015-05-10 |
평점 | 3.00/5 총 5 개의 평점 |
개발자 | automattech |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TaskerTrigger", "description": "This extension lets you send pre configured pushes to tasker via pushbullet", "version": "1.4", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "img\/16taskerTriggerLogo.png", "48": "img\/48taskerTriggerLogo.png", "128": "img\/128taskerTriggerLogo.png" }, "options_page": "options.html", "permissions": [ "http:\/\/api.pushbullet.com\/v2\/*", "https:\/\/api.pushbullet.com\/v2\/*", "storage" ] } |