Mel Says

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

Mel Says란 무엇입니까?

Mel Says은(는) https://social-hire.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your social media engagement with Mel Says and never miss a notification from your most important connections ever again!"입니다.

확장 프로그램 스크린샷

screenshot

Mel Says 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Mel Says Mel Says
ID bcbhllipkgchnmpigjnoodlldoilcjke
공식 URL https://chromewebstore.google.com/detail/mel-says/bcbhllipkgchnmpigjnoodlldoilcjke
설명 Boost your social media engagement with Mel Says and never miss a notification from your most important connections ever again!
파일 크기 1.5 MB
설치 횟수 67
현재 버전 1.0.0.0
최근 업데이트 2023-04-22
출시 날짜 2023-04-22
평점 5.00/5 총 6 개의 평점
개발자 https://social-hire.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://social-hire.com/mel-says
개인정보 보호 정책 페이지 URL https://social-hire.com/view/mel-says-privacy-policy
지원되는 언어 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"
    }
}