Moly

The AI Content Generator & Writing Assistant

Moly란 무엇입니까?

Moly은(는) https://moly.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The AI Content Generator & Writing Assistant"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Moly is the affordable AI writing assistant that helps you and your team break through creative blocks to create amazing, original content 10X faster. 

Write blog posts, marketing content, ads, stories, emails, generate ideas & much more.

Use Moly's Chrome Extension on every page you usually navigate without disrupting your current workflows.

A Moly Icon will show up on your email client page so you can easily create amazing emails in 10 seconds.


How much time can you save using Moly? Discover all the ways Moly AI can help you generate content using AI.

Install the Moly Chrome Extension and get up and running in 2 minutes.                    

확장 프로그램 기본 정보

이름 Moly Moly
ID lmbdjehkimkamfohnndnoplmhihhlcgi
공식 URL https://chromewebstore.google.com/detail/moly/lmbdjehkimkamfohnndnoplmhihhlcgi
설명 The AI Content Generator & Writing Assistant
파일 크기 689 KB
설치 횟수 52
현재 버전 0.1.3
최근 업데이트 2022-12-11
출시 날짜 2022-11-07
개발자 https://moly.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://moly.ai
도움말 페이지 URL https://moly.ai
개인정보 보호 정책 페이지 URL https://moly.ai/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Moly",
    "short_name": "Moly",
    "homepage_url": "https:\/\/moly.ai",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts unsafe-inline; script-src 'self'",
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_icon": "images\/moly128.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "https:\/\/moly.ai\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "js\/content_script_all.js"
            ]
        },
        {
            "matches": [
                "https:\/\/moly.ai\/*",
                "https:\/\/760d-80-3-87-27.eu.ngrok.io\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "js\/content_script_moly.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/moly.ai\/*",
            "https:\/\/760d-80-3-87-27.eu.ngrok.io\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "background": {
        "service_worker": "js\/service_worker.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*",
                "\/js\/styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/moly16.png",
        "48": "images\/moly48.png",
        "128": "images\/moly128.png"
    },
    "version": "0.1.3",
    "description": "The AI Content Generator & Writing Assistant",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtw8KDHeDGlf7y\/qH62c3aql9xlGCkRsdvPYxAToa8HwNAbuLdln9i9sqIJq+FPEpHoRTOCOkrcBEhwcOojg0+JndaaB8Dx5P\/S5mjpPfWl8xmc4+wyNA1q2lxYbFj\/TDhxVhfnD4RrrqxxqLwLNIgoqxbN5aLldI5i\/Md9SJ\/x1r9KboqcZyePez\/Dhfhi0MfxXrx95Gjg+sN4fU5kOJ2DUMx9lleE7Qg983fsoftrhxLR3LbBRMj3V+qtq\/i6DsmrBMi7jkNCwdfY5K9Vkhg6DgRU\/NW4edytCRuofnfs\/rqbhVATeWhrF9Hoco3ubGO5W64xwkFIHOJ3MvJqaUqwIDAQAB"
}