Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Location Notifications - GPlus Provider란 무엇입니까?
Location Notifications - GPlus Provider은(는) sammiruan13에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Location provider for Location Notifications (Ex) using Google+ location sharing."입니다.
Location Notifications - GPlus Provider 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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" ] } |