RenderForm: Social Link Previewer
Quick preview Open Graph data and Twitter meta tags for social media in your web browsers.
O que é RenderForm: Social Link Previewer?
RenderForm: Social Link Previewer é uma extensão do Chrome desenvolvida por https://renderform.io, e sua principal característica é "Quick preview Open Graph data and Twitter meta tags for social media in your web browsers.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RenderForm: Social Link Previewer
Baixe arquivos de extensão RenderForm: Social Link Previewer 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
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/.
Informações Básicas da Extensão
Nome | RenderForm: Social Link Previewer |
ID | fpeploidflhiimaailgakhamacaimbbh |
URL Oficial | https://chromewebstore.google.com/detail/renderform-social-link-pr/fpeploidflhiimaailgakhamacaimbbh |
Descrição | Quick preview Open Graph data and Twitter meta tags for social media in your web browsers. |
Tamanho do Arquivo | 74.36 KB |
Contagem de Instalações | 46 |
Versão Atual | 1.0.6 |
Última Atualização | 2022-08-18 |
Data de Publicação | 2021-12-28 |
Desenvolvedor | https://renderform.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://renderform.io/extension |
URL da Página de Ajuda | https://renderform.io/docs/general/support |
URL da Página de Política de Privacidade | https://bannerly.io/privacy-policy |
Idiomas Suportados | 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" } } |