Sap Notifier

Gets data from SAP and/or the internet and shows it in a small popup. Very easy and highly configurable.

Sap Notifier là gì?

Sap Notifier là một tiện ích mở rộng Chrome được phát triển bởi notifier, và tính năng chính của nó là "Gets data from SAP and/or the internet and shows it in a small popup. Very easy and highly configurable.".

Ả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 Sap Notifier

Tải xuống các tệp mở rộng Sap Notifier 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

                        With this app you are informed only when you need to be informed and by the information you need to know. No unnecessary checks needed any more.

The SAP Notifier extension allows users to be notified periodically about information on the internet. It retrieves data from XML pages or from ordinary HTML pages. The same functionality can be used on Android smartphones (see underneath).

The configuration is done in an intuitive and easy way.

To make it work the following steps are needed :
1° provide the address (URL) to retrieve data from
2° specify the text of the notification containing one or more fields from the internet page
3° choose the execution mode: delta or standard. Delta will only notify when the information has changed
4° choose periodic frequency or specific times


You can install the FREE version which allows you to check information through one XML page. You can get an idea of what the FULL version can do by clicking on the video :
https://www.youtube.com/watch?v=tM_zFRCDKcM

You can get the FULL version by paying 1,99 EUR through PayPal (
https://www.paypal.com/be/cgi-bin/webscr?hosted_button_id=73ZV8UZX3DKN8&cmd=_s-xclick) after which you are redirected to the download page.

This full version provides the following functionalities (Since 15th of May 2012):

  - XML selector logic to determine the data in the XML (cfr. http://www.w3.org/TR/CSS21/selector.html#x4 )
  - extra checks and manipulations on the retrieved data using javascript
  - data retrieval from multiple pages
  - not only data from XML pages is retrieved but also data from ordinary HTML pages.
  - easy configuration and testing
  - not only retrieval of XML data but also sending (13th June 2012)
  - possibility to store a central configuration as to allow central configuration of the notifications (13th June 2012)
  - roll-out to Android (search http:\\market.android.com for Web Notifier) (13th June 2012) : using a central configuration XML messages are shown in Android just like in Google Chrome

I'm working on these functionalities to provide something really useful and complete.
If you have questions, remarks or proposals, feel free to post a message on :
http://122710.forums.motigo.com 

As this is a new extension I'd be happy if you'd add a rating under 'Reviews'.


Enjoy!                    

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

Tên Sap Notifier Sap Notifier
ID kbkjmnanadiflpkiflmmgegcbllphpic
URL Chính Thức https://chrome.google.com/webstore/detail/sap-notifier/kbkjmnanadiflpkiflmmgegcbllphpic
Mô tả Gets data from SAP and/or the internet and shows it in a small popup. Very easy and highly configurable.
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.2.15
Cập Nhật Lần Cuối 2013-08-20
Ngày Phát Hành 2013-08-20
Nhà Phát Triển notifier
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sap Notifier",
    "version": "1.2.15",
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "description": "Gets data from SAP and\/or the internet and shows it in a small popup. Very easy and highly configurable.",
    "icons": {
        "16": "notifier_16.png",
        "48": "notifier_48.png",
        "128": "notifier_128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options_chrome.html",
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "notification.htm"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}