Heystak - Save Facebook & TikTok ads, free.

Save Facebook and TikTok ads.

O que é Heystak - Save Facebook & TikTok ads, free.?

Heystak - Save Facebook & TikTok ads, free. é uma extensão do Chrome desenvolvida por Heystak, e sua principal característica é "Save Facebook and TikTok ads.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Heystak - Save Facebook & TikTok ads, free.

Baixe arquivos de extensão Heystak - Save Facebook & TikTok ads, free. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Heystak.io -  Your Ultimate Ad-Saving Chrome Extension that's free!

Heystak is the definitive tool for effortlessly saving and managing ads from TikTok Creative Center and Facebook Ads Library in just one click. This isn't just about saving ads; it's about organizing, analyzing, and collaborating with your team for a winning ad strategy.

Key Features:

🚀 Instantly archive ads from TikTok and Facebook without any hassles.
🚀 Pristine Quality: Save videos without the distraction of watermarks, ensuring original quality.
🚀 Organize with Precision: Use folders, boards, tags, and automated industry filters to curate your collection.
🚀 Collaborate Efficiently: Share, discuss, and ideate with teammates to harness collective creativity.
🚀 Advanced Metadata Collection: When you store ads with Heystak, it's more than just the visuals.

Capture a treasure trove of metadata:

Content type (Image/Video)
Text Details (Authors, Title, etc.)
Engagement Metrics (Likes, Comments, Shares, etc.)
Ad Specifics (Advertiser, Location, etc.)
Landing Page Info, and much more!

Who Can Benefit from Heystak?

Whether you're in e-commerce, an ad agency, a creative strategist, or a video team, Heystak is tailored for you. 

It's indispensable for:

🔗 E-commerce Specialists
🔗 Advertising and Media Companies
🔗 Corporate Creative Departments
🔗 Marketing Teams

How Heystak Works:

1️⃣ Quick Setup: Pin Heystak Chrome Extension to your browser toolbar.
2️⃣ Navigate & Save: Click the Heystak icon, select the desired ad, and hit save.
3️⃣ Organize On-The-Go: Assign your saved ad to a specific board from the dropdown.
4️⃣ Share and collaborate: Share public or private links with team members or clients. 

Heystak transforms the way you approach ad collection and strategy. Perfect for marketers and anyone keen to delve deeper into Facebook and TikTok advertising. We value your feedback and continuously work towards refining our services.

Discover more at Heystak.io                    

Informações Básicas da Extensão

Nome Heystak - Save Facebook & TikTok ads, free. Heystak - Save Facebook & TikTok ads, free.
ID ijkbmhmjnbodjfghdbdhpnolcdanfbfn
URL Oficial https://chromewebstore.google.com/detail/heystak-save-facebook-tik/ijkbmhmjnbodjfghdbdhpnolcdanfbfn
Descrição Save Facebook and TikTok ads.
Tamanho do Arquivo 184 KB
Contagem de Instalações 126
Versão Atual 1.1
Última Atualização 2023-12-12
Data de Publicação 2023-11-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Heystak
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.heystak.io
URL da Página de Política de Privacidade https://www.heystak.io/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Heystak - Save Facebook & TikTok ads, free.",
    "description": "Save Facebook and TikTok ads.",
    "version": "1.1",
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.tsx-203fb53a-29b9ac82.js"
            ],
            "matches": [
                "http:\/\/localhost:5173\/*",
                "https:\/\/app.heystak.io\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/ads.tiktok.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/index-67c1be78.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:5173\/*",
            "https:\/\/app.heystak.io\/*",
            "https:\/\/heystak.pages.dev\/*",
            "https:\/\/stage.heystak.pages.dev\/*"
        ],
        "accept_tls_channel_id": true
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/localhost:5173\/*",
                "https:\/\/ads.tiktok.com\/*",
                "https:\/\/app.heystak.io\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "resources": [
                "assets\/react-c548f00a.js",
                "assets\/browser-polyfill-265b61b3.js",
                "assets\/index.tsx-203fb53a.js"
            ],
            "use_dynamic_url": true
        }
    ]
}