VOCAL-NOTE-IFS-TRELLO-MOBILE

cette application extends trello et infusionsoft pour ajouter des notes vocal

VOCAL-NOTE-IFS-TRELLO-MOBILE là gì?

VOCAL-NOTE-IFS-TRELLO-MOBILE là một tiện ích mở rộng Chrome được phát triển bởi http://webero.agency, và tính năng chính của nó là "cette application extends trello et infusionsoft pour ajouter des notes vocal".

Ả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 VOCAL-NOTE-IFS-TRELLO-MOBILE

Tải xuống các tệp mở rộng VOCAL-NOTE-IFS-TRELLO-MOBILE 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

                        Allow you to have vocal message on trello, on infusionsoft and manage it from your phone with a webpage .                    

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

Tên VOCAL-NOTE-IFS-TRELLO-MOBILE VOCAL-NOTE-IFS-TRELLO-MOBILE
ID pginaahpnpeleakacjncdpdjaokglodg
URL Chính Thức https://chrome.google.com/webstore/detail/vocal-note-ifs-trello-mob/pginaahpnpeleakacjncdpdjaokglodg
Mô tả cette application extends trello et infusionsoft pour ajouter des notes vocal
Kích Thước Tệp 1.17 MB
Số Lần Cài Đặt 426
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2019-08-22
Ngày Phát Hành 2019-08-22
Nhà Phát Triển http://webero.agency
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://therapiequantique.net
URL Trang Trợ Giúp https://webero.agency
URL Trang Chính Sách Bảo Mật https://webero.be/mentions-legales
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "html\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "Note vocal trello et infusionsoft"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/jquery\/jquery-2.2.3.min.js",
                "js\/event.js",
                "js\/listen.js",
                "js\/lib.js",
                "page\/noteHome.js"
            ],
            "matches": [
                "http:\/\/*.infusionsoft.com\/Contact\/manageContact.jsp*",
                "https:\/\/*.infusionsoft.com\/Contact\/manageContact.jsp*"
            ]
        },
        {
            "js": [
                "assets\/jquery\/jquery-2.2.3.min.js",
                "js\/event.js",
                "js\/listen.js",
                "js\/lib.js",
                "page\/noteHome.js"
            ],
            "matches": [
                "http:\/\/*.infusionsoft.com\/ContactAction\/allHistoryPop.jsp*",
                "https:\/\/*.infusionsoft.com\/ContactAction\/allHistoryPop.jsp*"
            ]
        },
        {
            "js": [
                "assets\/jquery\/jquery-2.2.3.min.js",
                "js\/event.js",
                "js\/listen.js",
                "js\/recorder.js",
                "js\/vocale.js",
                "js\/lib.js",
                "page\/taskEdit.js"
            ],
            "matches": [
                "http:\/\/*.infusionsoft.com\/Task\/manageTask.jsp*",
                "https:\/\/*.infusionsoft.com\/Task\/manageTask.jsp*"
            ]
        },
        {
            "js": [
                "assets\/jquery\/jquery-2.2.3.min.js",
                "js\/event.js",
                "js\/listen.js",
                "js\/recorder.js",
                "js\/vocale.js",
                "js\/lib.js",
                "page\/noteEdit.js"
            ],
            "matches": [
                "http:\/\/*.infusionsoft.com\/ContactAction\/manageContactAction_legacy.jsp*",
                "https:\/\/*.infusionsoft.com\/ContactAction\/manageContactAction_legacy.jsp*",
                "http:\/\/*.infusionsoft.com\/ContactAction\/manageContactAction.jsp*",
                "https:\/\/*.infusionsoft.com\/ContactAction\/manageContactAction.jsp*"
            ]
        },
        {
            "js": [
                "assets\/jquery\/jquery-2.2.3.min.js",
                "js\/event.js",
                "js\/listen.js",
                "js\/recorder.js",
                "js\/vocale.js",
                "js\/lib.js",
                "page\/trello.js"
            ],
            "matches": [
                "http:\/\/trello.com\/*",
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "cette application extends trello et infusionsoft pour ajouter des notes vocal",
    "homepage_url": "https:\/\/therapiequantique.net",
    "externally_connectable": {
        "matches": [
            "*:\/\/therapiequantique.net\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "VOCAL-NOTE-IFS-TRELLO-MOBILE",
    "short_name": "Vocal&Note",
    "permissions": [
        "tabs",
        "clipboardWrite",
        "storage",
        "http:\/\/localhost:8000"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        "img\/*"
    ]
}