Integromat Customizable Extension

This extension enables you to push notifications from Integromat directly to your browser.

Integromat Customizable Extension란 무엇입니까?

Integromat Customizable Extension은(는) https://www.integromat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enables you to push notifications from Integromat directly to your browser."입니다.

확장 프로그램 스크린샷

Integromat Customizable Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Integromat will automate processes that you currently handle manually. It is not only capable of connecting apps but can also transfer and transform data. It works 24 hours a day, seven days a week and does not require your intervention. Simply set Integromat to do what you want and let it work for you. Save your time!                    

확장 프로그램 기본 정보

이름 Integromat Customizable Extension Integromat Customizable Extension
ID cfamjaolobgncfhomepbmjjihlbkchgb
공식 URL https://chromewebstore.google.com/detail/integromat-customizable-e/cfamjaolobgncfhomepbmjjihlbkchgb
설명 This extension enables you to push notifications from Integromat directly to your browser.
파일 크기 349 KB
설치 횟수 2,949
현재 버전 1.1.3
최근 업데이트 2022-01-27
출시 날짜 2019-10-25
평점 3.33/5 총 6 개의 평점
개발자 https://www.integromat.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.integromat.com
도움말 페이지 URL https://www.integromat.com/en/kb/faq.html
개인정보 보호 정책 페이지 URL https://www.integromat.com/en/help/privacy-notice
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Integromat Customizable Extension",
    "description": "This extension enables you to push notifications from Integromat directly to your browser.",
    "version": "1.1.3",
    "browser_action": {
        "default_icon": "icons\/integromat.png",
        "default_title": "Integromat",
        "default_popup": "settings.html"
    },
    "permissions": [
        "notifications",
        "gcm",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.integromat.com\/*"
        ]
    },
    "content_security_policy": "default-src 'self';connect-src * data: blob: filesystem:;style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-src 'self' data:;font-src 'self' data:; media-src * data: blob: filesystem:;"
}