Footinator
This extension removes the footer that cloudHQ puts at the bottom of their email.
Footinator란 무엇입니까?
Footinator은(는) The Ultimate Essay Guide에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension removes the footer that cloudHQ puts at the bottom of their email."입니다.
확장 프로그램 스크린샷
Footinator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you use the the Free Email Tracker from Cloud HQ to monitor sent emails and don't want to pay for it but also don't want to have the email tracker at the bottom. Then this is the extension for you. Using this removes the footer at the bottom of the email.
확장 프로그램 기본 정보
이름 | |
ID | apbhojnkkiljllhnlcaookcpebpmnbmh |
공식 URL | https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh |
설명 | This extension removes the footer that cloudHQ puts at the bottom of their email. |
파일 크기 | 35.74 KB |
설치 횟수 | 73 |
현재 버전 | 1 |
최근 업데이트 | 2018-06-25 |
출시 날짜 | 2018-06-25 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | The Ultimate Essay Guide |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.iubenda.com/privacy-policy/847740 |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Footinator", "short_name": "Footinator", "description": "This extension removes the footer that cloudHQ puts at the bottom of their email.", "version": "1", "icons": { "16": "images\/email-16.png", "48": "images\/email-48.png", "128": "images\/email-128.png" }, "permissions": [ "tabs", "*:\/\/*.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "thirdparty\/jquery-3.2.1.min.js", "js\/app.js" ] } ] } |