HelloWoofy.com Chrome Extension

Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!

HelloWoofy.com Chrome Extension란 무엇입니까?

HelloWoofy.com Chrome Extension은(는) HelloWoofy.com Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

HelloWoofy.com Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        👋 Welcome to the HelloWoofy.com Google Chrome extension. Here, you can use the powerful technology to add content from anywhere on the internet (ie articles) or schedule posts directly from the page you're itself. We make it simple. You can also use the built in autocomplete feature to type entire blog posts, social media posts, notes, emails and more and double click to swap out words for relevant emojis. Check your settings to see more. 🎉

👉 Visit HelloWoofy.com for more information. If you need any help at all, feel free to email, [email protected] or schedule a free demo via your home tab inside the HelloWoofy.com account under, “Need a Paw?”. ✔️                    

확장 프로그램 기본 정보

이름 HelloWoofy.com Chrome Extension HelloWoofy.com Chrome Extension
ID ngkckoececbjandmkgdcedfkgdbaomfl
공식 URL https://chromewebstore.google.com/detail/hellowoofycom-chrome-exte/ngkckoececbjandmkgdcedfkgdbaomfl
설명 Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!
파일 크기 115 KB
설치 횟수 2,203
현재 버전 4.0.9
최근 업데이트 2022-01-11
출시 날짜 2020-06-23
평점 5.00/5 총 2 개의 평점
개발자 HelloWoofy.com Team
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://HelloWoofy.com
도움말 페이지 URL https://HelloWoofy.com
개인정보 보호 정책 페이지 URL https://www.hellowoofy.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HelloWoofy.com Chrome Extension",
    "description": "Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!",
    "version": "4.0.9",
    "icons": {
        "16": "images\/woofy_16.png",
        "32": "images\/woofy_32.png",
        "48": "images\/woofy_48.png",
        "64": "images\/woofy_64.png",
        "128": "images\/woofy_128.png"
    },
    "options_page": "options\/options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "css\/main.css"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "js\/lib\/jquery-3.4.1.slim.min.js",
                "js\/end.js",
                "js\/textareaCaretPosition.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/lib\/p5.min.js 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/woofy_16.png",
            "32": "images\/woofy_32.png",
            "48": "images\/woofy_48.png",
            "64": "images\/woofy_64.png",
            "128": "images\/woofy_128.png"
        },
        "default_title": "Woofy",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "images\/woofy_32.png",
        "assets\/Open_Sans\/*"
    ]
}