Location Notifications - GPlus Provider

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

ما هو Location Notifications - GPlus Provider؟

Location Notifications - GPlus Provider هو إضافة Chrome تم تطويرها بواسطة sammiruan13، والميزة الرئيسية لها هي "Location provider for Location Notifications (Ex) using Google+ location sharing.".

تحميل ملف CRX للإضافة Location Notifications - GPlus Provider

قم بتنزيل ملفات الامتداد Location Notifications - GPlus Provider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}