Mel Says

Boost your social media engagement with Mel Says and never miss a notification from your most important connections ever again!

Mel Says là gì?

Mel Says là một tiện ích mở rộng Chrome được phát triển bởi https://social-hire.com, và tính năng chính của nó là "Boost your social media engagement with Mel Says and never miss a notification from your most important connections ever again!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mel Says

Tải xuống các tệp mở rộng Mel Says 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

                        Mel Says... will help ensure you never miss an important notification from your most important connections ever again.

The problem: social media sites typically decide what notifications you receive - and that means we often miss key updates from our company and from the most important people in our lives.

The solution: Mel Says... changes things for the better. You opt-in to receive notifications from other users - and then, anytime they post something important, they can send a notification out to all their followers that you'll see directly in your browser.

You don't even need to be on LinkedIn, Facebook, Twitter, Instagram, etc. to know that your most important connections have posted something new.

You'll see the alert right there in your browser.

It's completely free to receive these alerts - and if you'd like to send notifications to other people, you can pick from free and paid plans at https://social-hire.com/mel-says                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mel Says Mel Says
ID bcbhllipkgchnmpigjnoodlldoilcjke
URL Chính Thức https://chromewebstore.google.com/detail/mel-says/bcbhllipkgchnmpigjnoodlldoilcjke
Mô tả Boost your social media engagement with Mel Says and never miss a notification from your most important connections ever again!
Kích Thước Tệp 1.5 MB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2023-04-22
Ngày Phát Hành 2023-04-22
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://social-hire.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://social-hire.com/mel-says
URL Trang Chính Sách Bảo Mật https://social-hire.com/view/mel-says-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mel Says",
    "description": "Boost your social media engagement with Mel Says and never miss a notification from your most important connections ever again!",
    "version": "1.0.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "Mel Says...",
        "default_popup": "pages\/index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "logo-images\/16.png",
        "32": "logo-images\/32.png",
        "48": "logo-images\/48.png",
        "96": "logo-images\/48.png",
        "128": "logo-images\/128.png"
    }
}