Birthday Greeter
Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.
Birthday Greeter là gì?
Birthday Greeter là một tiện ích mở rộng Chrome được phát triển bởi https://automationmarketingsoftware.com, và tính năng chính của nó là "Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Birthday Greeter
Tải xuống các tệp mở rộng Birthday Greeter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Birthday Greeter |
ID | gioailkonledhfbamogmcfobnefgpodg |
URL Chính Thức | https://chromewebstore.google.com/detail/birthday-greeter/gioailkonledhfbamogmcfobnefgpodg |
Mô tả | Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts. |
Kích Thước Tệp | 1.45 MB |
Số Lần Cài Đặt | 202 |
Phiên Bản Hiện Tại | 11.01.45 |
Cập Nhật Lần Cuối | 2023-12-29 |
Ngày Phát Hành | 2021-11-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://automationmarketingsoftware.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://AutomationMarketingSoftware.com |
URL Trang Trợ Giúp | https://ebfn.net/bg |
URL Trang Chính Sách Bảo Mật | https://www.automationmarketingsoftware.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } ] } |