FPTraffic
The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
Wat is FPTraffic?
FPTraffic is een Chrome-extensie ontwikkeld door https://fptraffic.com, en de belangrijkste functie is "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.".
Extensie Screenshots
Download het CRX-bestand van de extensie FPTraffic
Download FPTraffic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Use this tool along with your FPTraffic.com account to easily schedule and post photos and other content to your Facebook Pages and Twitter.
Basisinformatie over de Extensie
Naam | FPTraffic |
ID | mnhapiceipfpmbbibcijkfecpehjjodm |
Officiële URL | https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm |
Beschrijving | The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic. |
Bestandsgrootte | 203 KB |
Aantal Installaties | 2,142 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-12-09 |
Publicatiedatum | 2016-12-08 |
Beoordeling | 4.40/5 Totaal 15 Beoordelingen |
Ontwikkelaar | https://fptraffic.com |
Betalingswijze | free |
Extensiewebsite | http://fptraffic.com |
Help Pagina-URL | http://fptraffic.com/contact/ |
Ondersteunde Talen | 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'" } |