텐핑 소문내기

쇼핑몰 상품 또는 페이지를 소문내고 포인트를 쌓으세요. 브라우저 우측 상단 텐핑 아이콘을 클릭만 하시면 됩니다.

What is 텐핑 소문내기?

텐핑 소문내기 is a Chrome extension developed by Tenping, and its main feature is "쇼핑몰 상품 또는 페이지를 소문내고 포인트를 쌓으세요. 브라우저 우측 상단 텐핑 아이콘을 클릭만 하시면 됩니다.".

Extension Screenshots

screenshot

Download 텐핑 소문내기 Extension CRX File

Download 텐핑 소문내기 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        쇼핑몰 상품 또는 페이지를 소문내고 포인트를 쌓으세요. 브라우저 우측 상단 텐핑 아이콘을 클릭만 하시면 됩니다.                    

Extension Basic Information

Name 텐핑 소문내기 텐핑 소문내기
ID pdddoiidkiobfckceckklfooomlikihb
Official URL https://chromewebstore.google.com/detail/%ED%85%90%ED%95%91-%EC%86%8C%EB%AC%B8%EB%82%B4%EA%B8%B0/pdddoiidkiobfckceckklfooomlikihb
Description 쇼핑몰 상품 또는 페이지를 소문내고 포인트를 쌓으세요. 브라우저 우측 상단 텐핑 아이콘을 클릭만 하시면 됩니다.
File Size 91 KB
Installation Count 926
Current Version 3.0
Last Updated 2019-04-24
Publish Date 2019-04-23
Rating 4.71/5 Total 7 Ratings
Developer Tenping
Email [email protected]
Payment Type free
Extension Website http://tenping.kr
Help Page URL http://tenping.kr
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\ud150\ud551 \uc18c\ubb38\ub0b4\uae30",
    "version": "3.0",
    "description": " \uc1fc\ud551\ubab0 \uc0c1\ud488 \ub610\ub294 \ud398\uc774\uc9c0\ub97c \uc18c\ubb38\ub0b4\uace0 \ud3ec\uc778\ud2b8\ub97c \uc313\uc73c\uc138\uc694. \ube0c\ub77c\uc6b0\uc800 \uc6b0\uce21 \uc0c1\ub2e8 \ud150\ud551 \uc544\uc774\ucf58\uc744 \ud074\ub9ad\ub9cc \ud558\uc2dc\uba74 \ub429\ub2c8\ub2e4.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "TenpingExtention.js"
            ]
        }
    ],
    "icons": {
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "jquery-2.0.3.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "widget_makeURL.html",
        "default_title": "\ud150\ud551 \uc18c\ubb38\ub0b4\uae30",
        "default_icon": "\/icons\/icon_48.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/tenping.kr\/",
        "tabs"
    ]
}