Birthday Greeter
Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.
What is Birthday Greeter?
Birthday Greeter is a Chrome extension developed by https://automationmarketingsoftware.com, and its main feature is "Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.".
Extension Screenshots
Download Birthday Greeter Extension CRX File
Download Birthday Greeter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Birthday Greeter |
ID | gioailkonledhfbamogmcfobnefgpodg |
Official URL | https://chromewebstore.google.com/detail/birthday-greeter/gioailkonledhfbamogmcfobnefgpodg |
Description | Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts. |
File Size | 1.45 MB |
Installation Count | 202 |
Current Version | 11.01.45 |
Last Updated | 2023-12-29 |
Publish Date | 2021-11-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://automationmarketingsoftware.com |
[email protected] | |
Payment Type | free |
Extension Website | https://AutomationMarketingSoftware.com |
Help Page URL | https://ebfn.net/bg |
Privacy Policy Page URL | https://www.automationmarketingsoftware.com/privacy-policy |
Supported Languages | 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": [ "*:\/\/*\/*" ] } ] } |