RenderForm: Social Link Previewer
Quick preview Open Graph data and Twitter meta tags for social media in your web browsers.
什麼是RenderForm: Social Link Previewer?
RenderForm: Social Link Previewer是由https://renderform.io開發的Chrome擴展程式,該擴展的主要功能是“Quick preview Open Graph data and Twitter meta tags for social media in your web browsers.”。
擴展截圖
下載RenderForm: Social Link Previewer擴展crx文件
下載RenderForm: Social Link Previewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
See website preview card before sharing them on social media while you browse! Quickly preview social link preview without using any external applications. ✅ Social Link Previewer is a free and simple little plugin that helps you as a social media marketer, blogger, or developer. 🚀 Visit also our website (https://renderform.io) to see how you can manage your engaging images for all your pages effortlessly. 🕵️♀️ RenderForm Social Media Link Previewer is a privacy focused extension. We don't send any data over internet, no tracking, no telemetry. 🥸 Great for - Social media marketers - Bloggers - Content writers - Business owners - Searching an inspiration 🤔 Help & Contact Help Center: https://renderform.io/extension Contact us: [email protected] Website: https://renderform.io 🔐 Privacy & Security We at RenderForm are committed to protecting your privacy. We don't gather any information. Your information is not and has never been sold to third parties. For more information on privacy and the security of your data visit https://renderform.io/privacy-policy/.
擴展基本資訊
名稱 | RenderForm: Social Link Previewer |
ID | fpeploidflhiimaailgakhamacaimbbh |
官方網址 | https://chromewebstore.google.com/detail/renderform-social-link-pr/fpeploidflhiimaailgakhamacaimbbh |
簡介 | Quick preview Open Graph data and Twitter meta tags for social media in your web browsers. |
檔案大小 | 74.36 KB |
安裝次數 | 46 |
目前版本 | 1.0.6 |
更新時間 | 2022-08-18 |
上架時間 | 2021-12-28 |
開發者 | https://renderform.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://renderform.io/extension |
說明頁面URL | https://renderform.io/docs/general/support |
隱私政策頁面URL | https://bannerly.io/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RenderForm: Social Link Previewer", "description": "Quick preview Open Graph data and Twitter meta tags for social media in your web browsers.", "version": "1.0.6", "icons": { "16": "[email protected]", "32": "[email protected]", "48": "[email protected]", "64": "[email protected]", "128": "[email protected]", "512": "[email protected]" }, "action": { "default_icon": "[email protected]", "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" } } |