SEOClerks Alert Notifications
Getting your alerts right to you.
SEOClerks Alert Notifications란 무엇입니까?
SEOClerks Alert Notifications은(는) Sublime Creative에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Getting your alerts right to you."입니다.
확장 프로그램 스크린샷
SEOClerks Alert Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Never miss an alert again. Get it delivered in 1 minute. +++++++++++ # Feature # +++++++++++ == Alert Notification == -> Notification for new alerts. -> One click to open alerts. -> Notification even when chrome is closed == Go to menu sections from Omnibox == Just type 'seoclerks', give a space and type name of anything you see on seoclerk's menu. You will be directly taken to that page. Eg : Type 'i', select Inbox, boom, you are in your inbox. == Search for Services from Omnibox == Just type any service you want to search for in the omnibox and you will be taken there directly. Go try it. +++++++++++++++ # Coming Soon # +++++++++++++++ -> Next version will show alert text with senders image.
확장 프로그램 기본 정보
이름 | SEOClerks Alert Notifications |
ID | lcaifgpakmekhcapoeghkbidbhjnaomk |
공식 URL | https://chromewebstore.google.com/detail/seoclerks-alert-notificat/lcaifgpakmekhcapoeghkbidbhjnaomk |
설명 | Getting your alerts right to you. |
파일 크기 | 74.2 KB |
설치 횟수 | 46 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2014-04-25 |
출시 날짜 | 2014-04-25 |
평점 | 2.00/5 총 2 개의 평점 |
개발자 | Sublime Creative |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.seoclerks.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEOClerks Alert Notifications", "description": "Getting your alerts right to you.", "version": "0.0.2", "icons": { "16": "image\/icon\/16.png", "48": "image\/icon\/48.png", "128": "image\/icon\/128.png" }, "manifest_version": 2, "omnibox": { "keyword": "seoclerks" }, "background": { "persistent": true, "scripts": [ "js\/angular.min.js", "js\/hmac-sha256.js", "js\/suggestions.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "image\/icon\/19.png", "38": "image\/icon\/38.png" }, "default_title": "Configure Notification", "default_popup": "alerts.html" }, "permissions": [ "storage", "alarms", "notifications", "https:\/\/www.seoclerks.com\/api\/*" ], "web_accessible_resources": [ "image\/icon\/128.png", "image\/icon\/48.png" ] } |