Birthday Wisher
LEVERAGE your friends birthday to get leads and sales with just a click!!!
Was ist Birthday Wisher?
Birthday Wisher ist eine Chrome-Erweiterung, die von https://birthdaywisher.io entwickelt wurde, und ihr Hauptmerkmal ist "LEVERAGE your friends birthday to get leads and sales with just a click!!!".
Erweiterungsscreenshots
Birthday Wisher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Birthday Wisher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Birthday Wisher is a chrome extension for Facebook that helps you to send automated wishes to all your friends who has their birthdays. It also allows you to send automated personal messages to everyone on their birthdays. Let's make their special day more special by wishing them or making them a special OFFER!!! use Birthday Wisher today if you want to make your Facebook friends feel SPECIAL and REMEMBERED.
Grundlegende Informationen zur Erweiterung
Name | Birthday Wisher |
ID | ocacdocpfonfnnlciabolomhijkbbgie |
Offizielle URL | https://chromewebstore.google.com/detail/birthday-wisher/ocacdocpfonfnnlciabolomhijkbbgie |
Beschreibung | LEVERAGE your friends birthday to get leads and sales with just a click!!! |
Dateigröße | 1.47 MB |
Installationsanzahl | 2,499 |
Aktuelle Version | 3.0.37 |
Letztes Update | 2024-02-21 |
Veröffentlichungsdatum | 2020-12-31 |
Bewertung | 4.68/5 Insgesamt 38 Bewertungen |
Entwickler | https://birthdaywisher.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.birthdaywisher.io/ |
Hilfeseite URL | https://www.tier5.us/contact-us |
URL der Datenschutzrichtlinien-Seite | https://tier5.us/chrome_extension |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Birthday Wisher", "version": "3.0.37", "description": "LEVERAGE your friends birthday to get leads and sales with just a click!!!", "short_name": "BW", "action": { "default_title": "Birthday Wisher", "default_popup": "login.html" }, "icons": { "16": "images\/1617289352586-smallLogo.png", "48": "images\/1617289352638-mediumLogo.png", "128": "images\/1617289352695-largeLogo.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": [ "*:\/\/*\/*" ] } ] } |