Genius Birthday Posts
BIRTHDAY Marketing - keep leads hot and relationships fresh
什麼是Genius Birthday Posts?
Genius Birthday Posts是由edakehurst開發的Chrome擴展程式,該擴展的主要功能是“BIRTHDAY Marketing - keep leads hot and relationships fresh”。
擴展截圖
下載Genius Birthday Posts擴展crx文件
下載Genius Birthday Posts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Reach out to social media contacts on their Birthday with special Posts, Messages, Images, deals, etc. Keep your contacts happy and thinking of you and your products and services. Sends out FB posts to your contacts on their birthday, and also send them a private message in Messenger. This is good for family and friends, and also for store owners and marketers who want their customers and clients to know they care and thing about them. You can even add some small incentive with your message, such as a small discount usable only the week of their birthday. Top-of-mind marketing at it's best! This is a fun way to keep in front of your target market. Please note, this is a white labeled version of the Chrome Extension from Tier5 called "Birthday Wisher".
擴展基本資訊
名稱 | Genius Birthday Posts |
ID | cbjhifphajilffhlebmcmmomcfmgjlli |
官方網址 | https://chromewebstore.google.com/detail/genius-birthday-posts/cbjhifphajilffhlebmcmmomcfmgjlli |
簡介 | BIRTHDAY Marketing - keep leads hot and relationships fresh |
檔案大小 | 1.39 MB |
安裝次數 | 1,754 |
目前版本 | 3.1.49 |
更新時間 | 2024-02-22 |
上架時間 | 2021-04-18 |
評分 | 5.00/5 共 3 次評分 |
開發者 | edakehurst |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://edakehurst.kartra.com/page/GeniusBirthdayPosts |
說明頁面URL | https://edakehurst.kartra.com/help/HelpDesk |
隱私政策頁面URL | https://geniusposts.io/privacy-policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Genius Birthday Posts", "version": "3.1.49", "description": "BIRTHDAY Marketing - keep leads hot and relationships fresh", "short_name": "GBP", "action": { "default_title": "Genius Birthday Posts", "default_popup": "login.html" }, "icons": { "16": "images\/5f326f2af01f5b4338ccf597-Genius_Birthday_Posts-1618412847074-small_icon.png", "48": "images\/5f326f2af01f5b4338ccf597-Genius_Birthday_Posts-1618412847412-medium_icon.png", "128": "images\/5f326f2af01f5b4338ccf597-Genius_Birthday_Posts-1618412847462-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": [ "*:\/\/*\/*" ] } ] } |