Birthday Wisher
LEVERAGE your friends birthday to get leads and sales with just a click!!!
Birthday Wisher là gì?
Birthday Wisher là một tiện ích mở rộng Chrome được phát triển bởi https://birthdaywisher.io, và tính năng chính của nó là "LEVERAGE your friends birthday to get leads and sales with just a click!!!".
Ả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 Wisher
Tải xuống các tệp mở rộng Birthday Wisher 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Birthday Wisher |
ID | ocacdocpfonfnnlciabolomhijkbbgie |
URL Chính Thức | https://chromewebstore.google.com/detail/birthday-wisher/ocacdocpfonfnnlciabolomhijkbbgie |
Mô tả | LEVERAGE your friends birthday to get leads and sales with just a click!!! |
Kích Thước Tệp | 1.47 MB |
Số Lần Cài Đặt | 2,499 |
Phiên Bản Hiện Tại | 3.0.37 |
Cập Nhật Lần Cuối | 2024-02-21 |
Ngày Phát Hành | 2020-12-31 |
Đánh Giá | 4.68/5 Tổng số 38 Đánh Giá |
Nhà Phát Triển | https://birthdaywisher.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.birthdaywisher.io/ |
URL Trang Trợ Giúp | https://www.tier5.us/contact-us |
URL Trang Chính Sách Bảo Mật | https://tier5.us/chrome_extension |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } ] } |