MoonBack Chrome Extension

Adds a button to initiate the recording of a MoonBack in many web services and applications.

MoonBack Chrome Extensionคืออะไร?

MoonBack Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moonback.me และคุณลักษณะหลักของมันคือ "Adds a button to initiate the recording of a MoonBack in many web services and applications."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MoonBack Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย MoonBack Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You can easily create and share videos with short, personal messages, without filters, effects or cuts. You will get closer and connect with your customers, colleagues and fans like never before in countless everyday situations, without changing your behavior or changing tools.

Linkedin, Gmail, Outlook, Slack, Teams, Whatsapp, Telegram, Salesforce, Hubspot, Quip, Zoho, Pipedrive, Monday, Odoo, Insightly, Capsule, Zendesk, Freshdesk, Clickup, Trello, Jira, Loom, Mural, Miro... and also any Wordpress, Discourse and Disqus.

Press the MoonBack button, record your message and when you click on the link to share it, it will be automatically pasted in the right place.

In addition, in services such as Salesforce and Hubspot you will have access to additional functions of a native integration.

Watch video: https://moonback.me/academy?code=566529973
Information and free registration: https://moonback.me                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MoonBack Chrome Extension MoonBack Chrome Extension
ID hiplomkbpcjkecngbffdbgcikeajpied
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/moonback-chrome-extension/hiplomkbpcjkecngbffdbgcikeajpied
คำอธิบาย Adds a button to initiate the recording of a MoonBack in many web services and applications.
ขนาดไฟล์ 970 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2021-12-14
วันที่เผยแพร่ 2021-03-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://moonback.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://moonback.me
URL หน้าช่วยเหลือ https://moonback.me/home/legal
URL หน้านโยบายความเป็นส่วนตัว https://moonback.me/home/es/politica-privacidad
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MoonBack Chrome Extension",
    "description": "__MSG_appDesc__",
    "version": "1.0.9",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "36": "icons\/icon-36.png",
        "48": "icons\/icon-48.png",
        "72": "icons\/icon-72.png",
        "96": "icons\/icon-96.png",
        "144": "icons\/icon-144.png",
        "192": "icons\/icon-192.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/icon-32.png",
            "96": "icons\/icon-96.png",
            "144": "icons\/icon-144.png"
        },
        "default_title": "MoonBack Chrome Extension",
        "description": "Crea y comparte f\u00e1cilmente v\u00eddeos con mensajes personales y breves, sin filtros, efectos ni cortes. Te acercar\u00e1s y conectar\u00e1s como nunca con tus clientes, compa\u00f1eros y fans en infinidad de situaciones del d\u00eda a d\u00eda."
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                ".\/js\/jquery-3.6.0.min.js",
                ".\/js\/arrive.min.js",
                ".\/js\/jquery.dom-outline-1.0.js",
                "content.js",
                "content-script.js"
            ],
            "css": [
                ".\/css\/modal.css"
            ],
            "all_frames": true
        }
    ],
    "options_page": "settings.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "clipboardWrite",
        "notifications",
        "*:\/\/*.moonback.me\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.moonback.me\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/spaceship.moonback.me\/*; object-src 'self' https:\/\/spaceship.moonback.me\/*",
    "web_accessible_resources": [
        "popup.html",
        "js\/salesforce_aura.js"
    ]
}