Atria chrome

The easiest and fastest way to save ads from Facebook Meta and TikTok with one click.

Apa itu Atria chrome?

Atria chrome adalah ekstensi Chrome yang dikembangkan oleh https://tryatria.com, dan fitur utamanya adalah "The easiest and fastest way to save ads from Facebook Meta and TikTok with one click.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Atria chrome

Unduh file ekstensi Atria chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        🌐 Discover more at tryatria.com 

The easiest and fastest way to save ads from Facebook Meta and TikTok with one click. We are the best creative strategy and marketing tool to find great ad ideas and to deliver winning ads!

🌟 Atria is the an AI-powered platform to save ads from Meta & TikTok ad library.
Value propositions: 
🚀 One-Click Ad Saving: Experience the ease of saving ads from Meta and TikTok with one click. Atria ensures that your favorite ads are just a click away, ready for your analysis and inspiration.
💡 Intelligent Ad Organization: Atria goes beyond simple saving. Organize your ads into customizable boards / sub-boards, tag them, and use rich filters to manage content seamlessly. Our cloud-based storage means your saved ads are always accessible and saved forever, without fear of expiration.
🤖 AI-Powered Analysis: Leverage the power of Atria's AI to transcribe video ads automatically. Our AI analysis provides insights into your customer testimonials, competitor's ad scripts, and your own ad scripts so that you can create more winning ads.
👥 Perfect for Diverse Roles: Whether you're a marketer in an e-commerce company, a creative strategist in an advertising agency, or a UGC specialist or TikTok / Instagram Reels creator of a media company, Atria is tailored to meet your needs. It's the ideal tool for anyone looking to elevate their ad curation, analysis, and creative strategy.

🛠 How to Use Atria - Save Meta & TikTok ads:
1. Pin to Toolbar: Start by pinning the extension to your browser toolbar for easy access.

2. Easy Access: Click on the extension icon located in your toolbar. This grants you instant access to static and video ads from Meta & TikTok ad library. Please make sure your AdBlocker is turned off.

3. One click save: Click “Save to Atria” button on either Meta or TikTok ad library to save ads to your library on Atria.

4. Organized Swipe Files: Visit Atria to see a single view of all your saved ads. On Atria, you can effortlessly organize, manage, and categorize your collection.                    

Informasi Dasar Ekstensi

Nama Atria chrome Atria chrome
ID infjhonlkjogibobndibmeneioojcffl
URL Resmi https://chromewebstore.google.com/detail/atria-chrome/infjhonlkjogibobndibmeneioojcffl
Deskripsi The easiest and fastest way to save ads from Facebook Meta and TikTok with one click.
Ukuran File 3.32 MB
Jumlah Instalasi 241
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2024-01-15
Tanggal Publikasi 2023-12-12
Penilaian 5.00/5 Total 8 Penilaian
Pengembang https://tryatria.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://app.tryatria.com/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.4",
    "author": "Atria",
    "name": "Atria chrome",
    "description": "The easiest and fastest way to save ads from Facebook Meta and TikTok with one click.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tryatria.com\/*",
                "*:\/\/localhost\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "relay.5d4837b2.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/library.tiktok.com\/*"
            ],
            "js": [
                "tiktokStyle.63e426af.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*.tryatria.com\/*",
        "*:\/\/localhost\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/library.tiktok.com\/*",
        "*:\/\/ads.tiktok.com\/*",
        "*:\/\/www.tiktok.com\/*"
    ]
}