Groove Funnel Cloner

With two simple clicks of the mouse you can copy any Groove Funnel! It will take longer for the site to load then you to copy it!

Groove Funnel Cloner란 무엇입니까?

Groove Funnel Cloner은(는) Diesel McClain - OKNed.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With two simple clicks of the mouse you can copy any Groove Funnel! It will take longer for the site to load then you to copy it!"입니다.

확장 프로그램 스크린샷

screenshot

Groove Funnel Cloner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Clone any funnel in a second.

Groove Funnel Cloner allows you to easily copy any Groove Funnels page on the internet in just 2 simple clicks.

You may be wanting to copy a successful proven profitable funnel you've found on the internet. With Groove Funnel Cloner you can do that in just a few seconds. Groove Funnel Cloner will alert you any time you are on a page that can be easily copied right into your Groove Funnels account, then you just click the copy button and boom just like that the funnel is now yours to paste into your Groove Funnels account.

Maybe you just built your page using the wrong page type and you don't want to rebuild the entire thing, Groove Funnel Cloner has you covered for that as well. Just use our simple tool to move the page to the right page type.

Groove Funnel Cloner will save you hours and hours of time. You may be just one funnel away and with Groove Funnel Cloner you'll be able to get that one funnel much faster and easier.                    

확장 프로그램 기본 정보

이름 Groove Funnel Cloner Groove Funnel Cloner
ID bnmkonoilgnapdkfhlbohnmajdhkjokh
공식 URL https://chromewebstore.google.com/detail/groove-funnel-cloner/bnmkonoilgnapdkfhlbohnmajdhkjokh
설명 With two simple clicks of the mouse you can copy any Groove Funnel! It will take longer for the site to load then you to copy it!
파일 크기 1.72 MB
설치 횟수 70
현재 버전 1.0.0
최근 업데이트 2021-03-22
출시 날짜 2021-03-22
개발자 Diesel McClain - OKNed.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://GrooveFunnelCloner.com
도움말 페이지 URL https://OkNed.com/support
개인정보 보호 정책 페이지 URL https://www.okned.com/privacy-and-tos
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Groove Funnel Cloner",
    "version": "1.0.0",
    "description": "With two simple clicks of the mouse you can copy any Groove Funnel! It will take longer for the site to load then you to copy it!",
    "short_name": "GFC",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "js\/vendor.js",
                "js\/helper.js",
                "js\/content.js"
            ],
            "css": [
                "assets\/content.css",
                "assets\/jquery.toast.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": ".\/assets\/GFCloner16.png",
        "48": ".\/assets\/GFCloner48.png",
        "128": ".\/assets\/GFCloner128.png"
    },
    "browser_action": {
        "default_title": "Groove Funnel Cloner"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/helper.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*",
        "js\/*"
    ],
    "manifest_version": 2
}