Groove Cloner

Clone any funnel in a second.

Groove Clonerคืออะไร?

Groove Cloner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://groovecloner.com และคุณลักษณะหลักของมันคือ "Clone any funnel in a second."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Groove Cloner

ดาวน์โหลดไฟล์ส่วนขยาย Groove Cloner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Groove Cloner allows you to easily copy any Groovefunnels 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 Cloner you can do that in just a few seconds. Groove Cloner will alert you any time you are on a page that can be easily copied right into your Groovefunnels account, then you just click the copy button and boom just like that the funnel is now yours to paste into your Groovefunnels account.

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Groove Cloner Groove Cloner
ID lfdllegbpeapeimcoopaadfakendbehh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/groove-cloner/lfdllegbpeapeimcoopaadfakendbehh
คำอธิบาย Clone any funnel in a second.
ขนาดไฟล์ 1.21 MB
จำนวนการติดตั้ง 615
เวอร์ชันปัจจุบัน 1.0.53
อัปเดตครั้งล่าสุด 2023-12-27
วันที่เผยแพร่ 2020-11-28
คะแนน 4.08/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://groovecloner.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.groovecloner.com
URL หน้านโยบายความเป็นส่วนตัว https://tier5.us/chrome_extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Groove Cloner",
    "version": "1.0.53",
    "description": "Clone any funnel in a second.",
    "short_name": "GC",
    "manifest_version": 3,
    "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_start"
        }
    ],
    "icons": {
        "16": "images\/1627054117506-smallLogo.png",
        "48": "images\/1627054117555-mediumLogo.png",
        "128": "images\/1627054117615-largeLogo.png"
    },
    "action": {
        "default_title": "Groove Cloner"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "js\/*",
                "jquery.min.js",
                "jquery.toast.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'",
        "content_scripts": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    }
}