Seek & Ping

This extension allows to monitor web pages using keywords specified by user.

Seek & Pingคืออะไร?

Seek & Ping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Seek & Ping และคุณลักษณะหลักของมันคือ "This extension allows to monitor web pages using keywords specified by user."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Seek & Ping

ดาวน์โหลดไฟล์ส่วนขยาย Seek & Ping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever found yourself going into the same website again and again just to see if something changed? 

Those days are over.... 

From now on all you need to do is: 

1) Add Seek&Ping to your Chrome browser 
2) Create a new alert on the page that you are interested in 
3) Once your keyword appears on that page we will let you know

All you have to do next is to open the app, look at the unread alerts tab. A click on each URL will bring you the the desired web page. 
 
Seek&Ping offers you the chance to be first in line. We will scan the websites you’re interested in, even when you aren’t browsing them and notify you once your keyword appears.

Whether you are waiting to see if a company you love has any new job postings in your field, want to get front row tickets for that concert as soon as they go online, or are looking for your name to come up in a specific site- we can make sure you never miss your opportunity.

Feature highlights:
★ Benefit from an extremely user-friendly and intuitive interface
★ See an in-app pop up or an unobtrusive notification in your browser
★ Choose how frequently we check the site from every 10 mins to once a day

New - we now ignore existing tags on your URL. We will only notify you once the tag will be added to the existing numbers of tag.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Seek & Ping Seek & Ping
ID imgpnpahchpmifomagmncjoancagikbn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/seek-ping/imgpnpahchpmifomagmncjoancagikbn
คำอธิบาย This extension allows to monitor web pages using keywords specified by user.
ขนาดไฟล์ 179 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2017-11-19
วันที่เผยแพร่ 2017-11-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Seek & Ping
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tomerru15.wixsite.com/seekandping
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Seek & Ping",
    "description": "This extension allows to monitor web pages using keywords specified by user.",
    "version": "1.0.8",
    "icons": {
        "16": "images\/app_icon16.png",
        "48": "images\/app_icon48.png",
        "128": "images\/app_icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/app_icon16.png",
        "default_popup": "index.html",
        "default_title": "Click here!"
    },
    "background": {
        "scripts": [
            "js\/background-bundle.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "",
        "notifications",
        "identity",
        "identity.email"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}