FPTraffic
The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
¿Qué es FPTraffic?
FPTraffic es una extensión de Chrome desarrollada por https://fptraffic.com, y su función principal es "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FPTraffic
Descarga archivos de extensión FPTraffic en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Use this tool along with your FPTraffic.com account to easily schedule and post photos and other content to your Facebook Pages and Twitter.
Información Básica de la Extensión
Nombre | FPTraffic |
ID | mnhapiceipfpmbbibcijkfecpehjjodm |
URL Oficial | https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm |
Descripción | The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic. |
Tamaño del Archivo | 203 KB |
Cantidad de Instalaciones | 2,142 |
Versión Actual | 2.0 |
Última Actualización | 2016-12-09 |
Fecha de Publicación | 2016-12-08 |
Calificación | 4.40/5 Total de 15 Calificaciones |
Desarrollador | https://fptraffic.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://fptraffic.com |
URL de la Página de Ayuda | http://fptraffic.com/contact/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FPTraffic", "description": "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.", "version": "2.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "browser_action": { "default_icon": { "19": "favicon.png", "38": "favicon.png", "128": "favicon.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "jquery-ui.js", "fptraffic.js" ], "css": [ "fptraffic.css" ] } ], "web_accessible_resources": [ "img\/close.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |