Birthday Greeter
Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.
什么是Birthday Greeter?
Birthday Greeter是由https://automationmarketingsoftware.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.”。
扩展截图
下载Birthday Greeter扩展crx文件
下载Birthday Greeter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Birthday Greeter
-------------------------
Automatically post on friends' birthdays to...
* reconnect with
* generate leads of
* make passive sales from
... forgotten contacts.
Part of the Automation Marketing Software Suite.                     扩展基本信息
| 名称 |   |  
| ID | gioailkonledhfbamogmcfobnefgpodg | 
| 官方URL | https://chromewebstore.google.com/detail/birthday-greeter/gioailkonledhfbamogmcfobnefgpodg | 
| 简介 | Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts. | 
| 文件大小 | 1.45 MB | 
| 安装次数 | 202 | 
| 当前版本 | 11.01.45 | 
| 更新时间 | 2023-12-29 | 
| 上架时间 | 2021-11-14 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | https://automationmarketingsoftware.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://AutomationMarketingSoftware.com | 
| 帮助页面URL | https://ebfn.net/bg | 
| 隐私政策页面URL | https://www.automationmarketingsoftware.com/privacy-policy | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Birthday Greeter",
    "version": "11.01.45",
    "description": "Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.",
    "short_name": "BG",
    "action": {
        "default_title": "Birthday Greeter",
        "default_popup": "login.html"
    },
    "icons": {
        "16": "images\/614a1c904f51ca7197bc4c51-Birthday_Greeter-1647614609071-small_icon.png",
        "48": "images\/614a1c904f51ca7197bc4c51-Birthday_Greeter-1647614609341-medium_icon.png",
        "128": "images\/614a1c904f51ca7197bc4c51-Birthday_Greeter-1647614609410-large_icon.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/api.birthdaywisher.io\/*",
        "https:\/\/upload.facebook.com\/",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/web.facebook.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/mbasic.facebook.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/jquery.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}  |  |