Birthday Wisher
LEVERAGE your friends birthday to get leads and sales with just a click!!!
Wat is Birthday Wisher?
Birthday Wisher is een Chrome-extensie ontwikkeld door https://birthdaywisher.io, en de belangrijkste functie is "LEVERAGE your friends birthday to get leads and sales with just a click!!!".
Extensie Screenshots
Download het CRX-bestand van de extensie Birthday Wisher
Download Birthday Wisher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Birthday Wisher |
ID | ocacdocpfonfnnlciabolomhijkbbgie |
Officiële URL | https://chromewebstore.google.com/detail/birthday-wisher/ocacdocpfonfnnlciabolomhijkbbgie |
Beschrijving | LEVERAGE your friends birthday to get leads and sales with just a click!!! |
Bestandsgrootte | 1.47 MB |
Aantal Installaties | 2,499 |
Huidige Versie | 3.0.37 |
Laatst Bijgewerkt | 2024-02-21 |
Publicatiedatum | 2020-12-31 |
Beoordeling | 4.68/5 Totaal 38 Beoordelingen |
Ontwikkelaar | https://birthdaywisher.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.birthdaywisher.io/ |
Help Pagina-URL | https://www.tier5.us/contact-us |
URL van de Privacybeleid Pagina | https://tier5.us/chrome_extension |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } ] } |