GaggleAMP

Receive notifications in your browser whenever you have new messages to share on GaggleAMP.

GaggleAMP란 무엇입니까?

GaggleAMP은(는) https://gaggleamp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Receive notifications in your browser whenever you have new messages to share on GaggleAMP."입니다.

확장 프로그램 스크린샷

screenshot

GaggleAMP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        GaggleAMP Chrome Extension is a popular add on for people who are Members of Gaggles. With it, you will be notified when new messages are available to share. This applications is FREE for existing Members of Gaggles. To get more information on GaggleAMP, please visit https://www.gaggleamp.com.                    

확장 프로그램 기본 정보

이름 GaggleAMP GaggleAMP
ID iejcioklffgfphnanaocclclmclfnboj
공식 URL https://chromewebstore.google.com/detail/gaggleamp/iejcioklffgfphnanaocclclmclfnboj
설명 Receive notifications in your browser whenever you have new messages to share on GaggleAMP.
파일 크기 522 KB
설치 횟수 3,863
현재 버전 3.0.7
최근 업데이트 2022-02-09
출시 날짜 2020-06-11
평점 4.29/5 총 7 개의 평점
개발자 https://gaggleamp.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.gaggleamp.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GaggleAMP",
    "version": "3.0.7",
    "description": "Receive notifications in your browser whenever you have new messages to share on GaggleAMP.",
    "background": {
        "scripts": [
            "lib\/gaggleamp.js",
            "lib\/extension.js",
            "javascripts\/chrome_port_wrapper.js",
            "chrome_browser.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-disabled.png",
        "default_title": "GaggleAMP",
        "default_popup": "panel.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.gaggleamp.com\/*"
        ]
    },
    "permissions": [
        "https:\/\/*.gaggleamp.com\/*",
        "identity",
        "notifications",
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon16.jpg",
        "48": "images\/icon48.jpg",
        "128": "images\/icon128.jpg"
    }
}