SwipeWell — Screenshot & Swipe File Software

The only Chrome extension dedicated to helping you save, organize, and reference marketing examples (so you never feel stumped).

SwipeWell — Screenshot & Swipe File Softwareคืออะไร?

SwipeWell — Screenshot & Swipe File Software เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swipewell.app และคุณลักษณะหลักของมันคือ "The only Chrome extension dedicated to helping you save, organize, and reference marketing examples (so you never feel stumped)."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SwipeWell — Screenshot & Swipe File Software

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

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

                        ✨ Capture full page screenshots or any section on a page ✨ 

Finally, a way to save all your marketing inspiration in one place.

✓ Web pages

✓ Social Media Ads

✓ Google Ads

✓ Tweets

✓ Emails

✓ YouTube videos and shorts

📸 One-click screenshots

• Swipe full page → Screenshot the entire page.

• Swipe visible screen → Screenshot the visible portion of the page.

• Swipe section → Select a specific element on the page to swipe.

• Paste to upload → Copy and paste any image to quickly swipe it.

The choice is yours! It’s never been easier to swipe an ad, headline, or landing page you love.

Even if you’ve never kept a swipe file before, you’ll feel like a pro in no time.

① Install the Chrome extension

② Swipe remarkable marketing examples

③ Organize in flow with tags, collections, and notes

We want you to unlock your full creativity in marketing.

So let’s finally build that swipe file you’ve always dreamed of.                    

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

ชื่อ SwipeWell — Screenshot & Swipe File Software SwipeWell — Screenshot & Swipe File Software
ID phoibianbflfapemikjhjjohoobljlgd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swipewell-%E2%80%94-screenshot-sw/phoibianbflfapemikjhjjohoobljlgd
คำอธิบาย The only Chrome extension dedicated to helping you save, organize, and reference marketing examples (so you never feel stumped).
ขนาดไฟล์ 227 KB
จำนวนการติดตั้ง 1,898
เวอร์ชันปัจจุบัน 0.5.0
อัปเดตครั้งล่าสุด 2023-11-26
วันที่เผยแพร่ 2022-03-03
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://swipewell.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.swipewell.app
URL หน้าช่วยเหลือ https://www.swipewell.app
URL หน้านโยบายความเป็นส่วนตัว https://www.swipewell.app/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhw1MYAAZ\/u8EDUpEEff16cj0kSaEzKoI3X3Ks+SGZnUH\/O8HdmiU9TTh4uo6G1I8RHXbDPkJd\/gVqj26FFlJl2wy3Gx9Z1y4k8UN8IcfXFTxKF8u8CNIo77Fy3PyfbWdWGkvnczKFQpKsUOkbdDwfcpNpcSpyM556vbap+y+ZvjeMvKALMddPsHxLQkXZ5h3nsXE8dXhvXZBT5keiCCY5bqlB8sjwy0v+qeIe9To1pwaDRKLe9v1yLjuT+vs3ZAnjcHm1q2mlyHDjzOyDJLos3i4ZQ3Lgyk51T+qyUfXzTHh4eS34Emy4YfIKPw8TXsCr8QbXCronOBnPCEqbl66gwIDAQAB",
    "description": "The only Chrome extension dedicated to helping you save, organize, and reference marketing examples (so you never feel stumped).",
    "icons": {
        "16": "assets\/Logo_512.png",
        "48": "assets\/Logo_512.png",
        "128": "assets\/Logo_512.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/Logo_512.png",
            "48": "assets\/Logo_512.png",
            "128": "assets\/Logo_512.png"
        },
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/index.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/www.swipewell.app\/*"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "identity",
        "scripting",
        "debugger"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        }
    },
    "name": "SwipeWell \u2014 Screenshot & Swipe File Software",
    "version": "0.5.0"
}