Pushsafer

Pushsafer for Google Chrome

Pushsafer क्या है?

Pushsafer https://www.pushsafer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pushsafer for Google Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pushsafer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pushsafer for Google Chrome

Send links, website urls, selected text or image urls to your registered devices.

Right Click on text selection, images or links to send the content or link as a push notification to your device.

More info about Pushsafer.com can be found on https://www.pushsafer.com

What does Pushsafer.com do?
Pushsafer make it easy and safe to get push-notifications in real time on your Android or Windows mobile device, iPhone, iPad and Desktop!
Send push-notifications to your devices by EMAIL, through a simple URL / LINK or with our API

Offers solutions for many case studies, for example: home automation alerts, ip camera motion detection, server monitoring, sheduled reminder and everything else you want to be reminded

It is easy to set up!

Test Pushsafer for free now                    

एक्सटेंशन की मूल जानकारी

नाम Pushsafer Pushsafer
ID lhlnaecofifmbdeegoffjohnfknbdeip
आधिकारिक URL https://chromewebstore.google.com/detail/pushsafer/lhlnaecofifmbdeegoffjohnfknbdeip
विवरण Pushsafer for Google Chrome
फ़ाइल का आकार 639 KB
स्थापना संख्या 611
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2021-07-30
प्रकाशन तिथि 2019-09-22
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://www.pushsafer.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.pushsafer.com
सहायता पृष्ठ URL https://www.pushsafer.com/en/chrome-extension
गोपनीयता नीति पृष्ठ URL https://www.pushsafer.com/privacy
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "__MSG_appDefaultTitle__"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "version": "1.1.4"
}