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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } } |