Location Notifications - GPlus Provider

Location provider for Location Notifications (Ex) using Google+ location sharing.

Location Notifications - GPlus Provider क्या है?

Location Notifications - GPlus Provider sammiruan13 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Location provider for Location Notifications (Ex) using Google+ location sharing."।

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

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

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

                        This extension is no longer functional, please use the new Google Maps location provider

Guess what, Google moved location sharing from G+ back to GMaps again (Come on, can we please have some stability already? Location reporting is an infrastructural service, not a fashion business).

Anyway please install the new "Google Maps Location Provider" extension: https://chrome.google.com/webstore/detail/location-notifications-ex/aoiaobnnbepbkgepbccipipllpmoegjk                    

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

नाम Location Notifications - GPlus Provider Location Notifications - GPlus Provider
ID ggedjgnelceocdippaplkifmgeknklbe
आधिकारिक URL https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe
विवरण Location provider for Location Notifications (Ex) using Google+ location sharing.
फ़ाइल का आकार 25.36 KB
स्थापना संख्या 198
वर्तमान संस्करण 1.1.2017.11110
अंतिम अपडेट 2017-11-11
प्रकाशन तिथि 2017-11-11
रेटिंग 3.64/5 कुल 11 रेटिंग्स
डेवलपर sammiruan13
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Location Notifications - GPlus Provider",
    "short_name": "LoNo-GPlus",
    "version": "1.1.2017.11110",
    "description": "Location provider for Location Notifications (Ex) using Google+ location sharing.",
    "icons": {
        "16": "Icon16.png",
        "48": "Icon48.png",
        "128": "Icon128.png"
    },
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "permissions": [
        "background"
    ],
    "web_accessible_resources": [
        "\/Icon128.png",
        "\/Icon128_grey.png"
    ]
}