SEOClerks Alert Notifications
Getting your alerts right to you.
SEOClerks Alert Notifications क्या है?
SEOClerks Alert Notifications Sublime Creative द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Getting your alerts right to you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SEOClerks Alert Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |