GroupKii™
GroupKii™
GroupKii™란 무엇입니까?
GroupKii™은(는) https://groupkii.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GroupKii™"입니다.
확장 프로그램 스크린샷
GroupKii™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GroupKii™ makes it easier for you to manage your Facebook group members the way you want, with a simple and intuitive interface that is easy to use.
✅ Automatically Approve Member Requests
✅ Automatically Send Welcome Messages
✅ Automatically Post Welcome Posts inside your Groups
✅ Automatically Push Answered Questions to your Google Sheets and to your CRM
and more 확장 프로그램 기본 정보
| 이름 | |
| ID | cppiiefoemnaoblfnfcjnchldnnpfphd |
| 공식 URL | https://chromewebstore.google.com/detail/groupkii/cppiiefoemnaoblfnfcjnchldnnpfphd |
| 설명 | GroupKii™ |
| 파일 크기 | 2.06 MB |
| 설치 횟수 | 327 |
| 현재 버전 | 2.0.12 |
| 최근 업데이트 | 2023-10-17 |
| 출시 날짜 | 2022-05-10 |
| 개발자 | https://groupkii.com |
| 이메일 | [email protected] |
| 결제 유형 | in_app |
| 확장 프로그램 웹 사이트 | https://groupkii.com/purchase |
| 도움말 페이지 URL | https://elmlink.co/support |
| 개인정보 보호 정책 페이지 URL | https://cloudki.io/privacy_policy |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GroupKii\u2122",
"description": "GroupKii\u2122",
"version": "2.0.12",
"action": {
"default_title": "GroupKii\u2122",
"default_popup": "popup.html"
},
"icons": {
"16": "\/images\/icons\/favicon.png",
"48": "\/images\/icons\/favicon.png",
"128": "\/images\/icons\/favicon.png"
},
"oauth2": {
"client_id": "746505003400-q84lchahcmbu8d0ffflmrso20e427nm1.apps.googleusercontent.com",
"scopes": [
"email",
"profile",
"openid",
"https:\/\/www.googleapis.com\/auth\/drive"
]
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*",
"https:\/\/web.facebook.com\/*",
"https:\/\/m.facebook.com\/groups\/*",
"https:\/\/www.messenger.com\/t*?action=*"
],
"js": [
".\/js\/config.js",
".\/js\/utils.js",
".\/library\/scripts\/jquery.min.js",
".\/js\/core.js",
".\/library\/scripts\/moment.js",
".\/library\/scripts\/simpleNotify.js",
".\/js\/contentFunctions.js",
".\/js\/content.js"
],
"css": [
".\/library\/style\/simpleNotifyStyle.css",
".\/css\/loader.css",
".\/css\/content.css"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"service_worker": "background-worker.js"
},
"host_permissions": [
"https:\/\/*.facebook.com\/*",
"https:\/\/*.messenger.com\/*",
"https:\/\/i.imgur.com\/*",
"https:\/\/groupkii.cloudki.io\/*",
"http:\/\/localhost:5002\/*"
],
"permissions": [
"storage",
"tabs",
"notifications",
"declarativeNetRequest",
"clipboardRead",
"identity",
"identity.email"
]
} | |