Group Leads
Group leads helps you convert new facebook group members into leads in your favorite email marketing software.
什麼是Group Leads?
Group Leads是由https://groupleads.net開發的Chrome擴展程式,該擴展的主要功能是“Group leads helps you convert new facebook group members into leads in your favorite email marketing software.”。
擴展截圖
下載Group Leads擴展crx文件
下載Group Leads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It saves you time and money by allowing you to add new group members data into your Google sheet as well as your autoresponder.
Disclaimer: This extension is not affiliated with Facebook in any way. 擴展基本資訊
| 名稱 | |
| ID | fflgpaejocnobejfanekjilflogejjch |
| 官方網址 | https://chromewebstore.google.com/detail/group-leads/fflgpaejocnobejfanekjilflogejjch |
| 簡介 | Group leads helps you convert new facebook group members into leads in your favorite email marketing software. |
| 檔案大小 | 3.8 MB |
| 安裝次數 | 9,901 |
| 目前版本 | 5.0.8 |
| 更新時間 | 2024-02-24 |
| 上架時間 | 2020-06-30 |
| 評分 | 4.44/5 共 133 次評分 |
| 開發者 | https://groupleads.net |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://groupleads.net |
| 說明頁面URL | https://docs.groupleads.net |
| 隱私政策頁面URL | https://chatsilo.com/privacy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Group Leads",
"short_name": "Group Leads",
"version": "5.0.8",
"description": "Group leads helps you convert new facebook group members into leads in your favorite email marketing software.",
"manifest_version": 3,
"action": {
"browser_style": false,
"default_title": "Group Leads",
"default_popup": "index.html"
},
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"128": "assets\/icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"oauth2": {
"client_id": "1078285110766-o89r1u02fda5ope8uc810o12fo80b2bh.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/spreadsheets"
]
},
"permissions": [
"tabs",
"storage",
"cookies",
"identity",
"identity.email",
"notifications",
"alarms",
"clipboardRead",
"clipboardWrite",
"system.display"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.groupleads.net\/*",
"*:\/\/*.api-us1.com\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.googleapis.com\/*",
"*:\/\/*.messenger.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"jquery.min.js",
"content.js",
"runtime.js",
"content\/cs-config.js",
"content\/cs-helper.js",
"content\/manual.js",
"content\/automation.js"
],
"css": [
"\/content\/css\/groupleads.css"
],
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/icons\/icon32.png"
],
"matches": [
" | |