Birthday Wisher

LEVERAGE your friends birthday to get leads and sales with just a click!!!

O que é Birthday Wisher?

Birthday Wisher é uma extensão do Chrome desenvolvida por https://birthdaywisher.io, e sua principal característica é "LEVERAGE your friends birthday to get leads and sales with just a click!!!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Birthday Wisher

Baixe arquivos de extensão Birthday Wisher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Birthday Wisher Birthday Wisher
ID ocacdocpfonfnnlciabolomhijkbbgie
URL Oficial https://chromewebstore.google.com/detail/birthday-wisher/ocacdocpfonfnnlciabolomhijkbbgie
Descrição LEVERAGE your friends birthday to get leads and sales with just a click!!!
Tamanho do Arquivo 1.47 MB
Contagem de Instalações 2,499
Versão Atual 3.0.37
Última Atualização 2024-02-21
Data de Publicação 2020-12-31
Classificação 4.68/5 Total de 38 Avaliações
Desenvolvedor https://birthdaywisher.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.birthdaywisher.io/
URL da Página de Ajuda https://www.tier5.us/contact-us
URL da Página de Política de Privacidade https://tier5.us/chrome_extension
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}