LinkAdNote: Video Downloader for Linkedin™

Download and save linked in ads of videos and images, best linkedln ads downloader for business!

LinkAdNote: Video Downloader for Linkedin™คืออะไร?

LinkAdNote: Video Downloader for Linkedin™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Caller Cao และคุณลักษณะหลักของมันคือ "Download and save linked in ads of videos and images, best linkedln ads downloader for business!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkAdNote: Video Downloader for Linkedin™

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

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

                        LinkAdNote is a simple tool to download and save linked in ads of pictures and videos. With a button click, you can download ad from linkedIn™ ad library easily. Besides, you can save videos and all the associated data from the platform to your single home.

Features
● 1-Click download and save
● When you save video or picture, it also include all the associated data from the platform, allowing you to see the data:
    ○ Text (Authors, Title, Description)
    ○ Engagement(likes, comments, share)
    ○ Original Link 
    ○ Landing Page
    ○ Ad Performance
    ○ ...
● Smooth management: Store the totality of video asset in a single location. Stay organized with folders & boards, tags and automated industry filters.

How to Use
● Installing extension, open or refresh the linkin home page
● Click the download button to save what u want to your local space
● Get a dropdown & a save button. The dropdown allows you to select what board you would like to save the video/picture to.
● Go to Denote to view all your saved videos. Then you can organize them in your single home!

Perfect for
● Media Companies or Video Creators
● E-commerce and Advertising Agencies

LinkedIn is a trademark of LinkedIn Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to LinkedIn or LinkedIn Inc.                    

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

ชื่อ LinkAdNote: Video Downloader for Linkedin™ LinkAdNote: Video Downloader for Linkedin™
ID kphgkkafifebebedaofnmifmgakpgpcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linkadnote-video-download/kphgkkafifebebedaofnmifmgakpgpcd
คำอธิบาย Download and save linked in ads of videos and images, best linkedln ads downloader for business!
ขนาดไฟล์ 908 KB
จำนวนการติดตั้ง 21,067
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2022-04-11
คะแนน 3.56/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา Caller Cao
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://denote.net/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.11",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content-script\/index.js"
            ],
            "css": [
                "content-script\/index.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "assets\/icons\/icon48.png",
            "32": "assets\/icons\/icon48.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png",
            "300": "assets\/icons\/icon128.png",
            "500": "assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon48.png",
        "32": "assets\/icons\/icon48.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png",
        "300": "assets\/icons\/icon128.png",
        "500": "assets\/icons\/icon128.png"
    },
    "options_page": "options\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png",
                "assets\/images\/*.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "webNavigation",
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ]
}