Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Location Notifications - GPlus Provider là gì?
Location Notifications - GPlus Provider là một tiện ích mở rộng Chrome được phát triển bởi sammiruan13, và tính năng chính của nó là "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Tải xuống tệp CRX của tiện ích mở rộng Location Notifications - GPlus Provider
Tải xuống các tệp mở rộng Location Notifications - GPlus Provider dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
URL Chính Thức | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Mô tả | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Kích Thước Tệp | 25.36 KB |
Số Lần Cài Đặt | 198 |
Phiên Bản Hiện Tại | 1.1.2017.11110 |
Cập Nhật Lần Cuối | 2017-11-11 |
Ngày Phát Hành | 2017-11-11 |
Đánh Giá | 3.64/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | sammiruan13 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |