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 là gì?

Groove Funnel Cloner là một tiện ích mở rộng Chrome được phát triển bởi Diesel McClain - OKNed.com, và tính năng chính của nó là "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!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Groove Funnel Cloner

Tải xuống các tệp mở rộng Groove Funnel Cloner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Groove Funnel Cloner Groove Funnel Cloner
ID bnmkonoilgnapdkfhlbohnmajdhkjokh
URL Chính Thức https://chromewebstore.google.com/detail/groove-funnel-cloner/bnmkonoilgnapdkfhlbohnmajdhkjokh
Mô tả 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!
Kích Thước Tệp 1.72 MB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-03-22
Ngày Phát Hành 2021-03-22
Nhà Phát Triển Diesel McClain - OKNed.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://GrooveFunnelCloner.com
URL Trang Trợ Giúp https://OkNed.com/support
URL Trang Chính Sách Bảo Mật https://www.okned.com/privacy-and-tos
Ngôn Ngữ Được Hỗ Trợ 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
}