SEOClerks Alert Notifications

Getting your alerts right to you.

SEOClerks Alert Notifications là gì?

SEOClerks Alert Notifications là một tiện ích mở rộng Chrome được phát triển bởi Sublime Creative, và tính năng chính của nó là "Getting your alerts right to you.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SEOClerks Alert Notifications

Tải xuống các tệp mở rộng SEOClerks Alert Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SEOClerks Alert Notifications SEOClerks Alert Notifications
ID lcaifgpakmekhcapoeghkbidbhjnaomk
URL Chính Thức https://chromewebstore.google.com/detail/seoclerks-alert-notificat/lcaifgpakmekhcapoeghkbidbhjnaomk
Mô tả Getting your alerts right to you.
Kích Thước Tệp 74.2 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-04-25
Ngày Phát Hành 2014-04-25
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Sublime Creative
Loại Thanh Toán free
Trang Web Mở Rộng https://www.seoclerks.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}