Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Apa itu Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider adalah ekstensi Chrome yang dikembangkan oleh sammiruan13, dan fitur utamanya adalah "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Unduh Berkas CRX Ekstensi Location Notifications - GPlus Provider
Unduh file ekstensi Location Notifications - GPlus Provider dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
URL Resmi | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Deskripsi | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Ukuran File | 25.36 KB |
Jumlah Instalasi | 198 |
Versi Saat Ini | 1.1.2017.11110 |
Terakhir Diperbarui | 2017-11-11 |
Tanggal Publikasi | 2017-11-11 |
Penilaian | 3.64/5 Total 11 Penilaian |
Pengembang | sammiruan13 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |